Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-c committed Dec 6, 2024
1 parent 5a88cc9 commit 7db3c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs/Tags/TagsInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { emptyString } from 'components/utils/constants'
export default function TagsInput({
onChange,
value = [],
textFieldProps: { slotProps, ...restTextFieldProps } = {},
textFieldProps: { slotProps = {}, ...restTextFieldProps } = {},
size = 'small',
placeholder,
...other
Expand Down

0 comments on commit 7db3c08

Please sign in to comment.