update
This commit is contained in:
@@ -442,7 +442,7 @@ const CreateOrUpdateForm = ({ handleClose, mutate, defaultValues, url }) => {
|
||||
value.map((option, index) => {
|
||||
const { key, ...tagProps } = getTagProps({ index });
|
||||
return (
|
||||
<Chip label={option} key={key} size="small" {...tagProps} />
|
||||
<Chip label={option} key={key} size="small" sx={{ '&.MuiAutocomplete-tag': { my: 0 } }} {...tagProps} />
|
||||
);
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user