Skip to content

Commit

Permalink
fix: mui requires all its args to be defined warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 7, 2024
1 parent 3cec528 commit 646d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/components/Card/InputCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import { Card } from './Card.js';
export const InputCard = styled(Card, {
name: 'MuiInputCard',
slot: 'root',
})();
})({});

0 comments on commit 646d9ba

Please sign in to comment.