Skip to content

Commit

Permalink
[@mantine/core] MultiSelect: Fix errors in DefaultValue tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Oct 24, 2022
1 parent 0addeb2 commit d2dbca6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const defaultProps: MultiSelectValueProps = {
size: 'sm',
radius: 'sm',
readOnly: false,
variant: 'filled',
};

describe('@mantine/core/MultiSelect/DefaultValue', () => {
Expand Down

0 comments on commit d2dbca6

Please sign in to comment.