Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jun 1, 2022
1 parent afbb708 commit c8fba6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ const query = (

type UserAutoCompleteMultipleProps = Omit<ComponentProps<typeof AutoComplete>, 'value' | 'filter' | 'onChange'> &
Omit<ComponentProps<typeof Option>, 'value' | 'is' | 'className' | 'onChange'> & {
onChange: (value: unknown, action: 'remove' | undefined) => void;
onChange: (value: any, action: 'remove' | undefined) => void;
value: any;
filter?: string;
};
Expand Down

0 comments on commit c8fba6f

Please sign in to comment.