Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Apr 29, 2024
1 parent 0d95f72 commit b3d109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/autocomplete/AutoComplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export const AutoComplete = React.memo(
const removeItem = (event, index) => {
const removedValue = props.value[index];
const newValue = props.value.filter((_, i) => index !== i);

updateModel(event, newValue);

if (props.onUnselect) {
Expand Down

0 comments on commit b3d109a

Please sign in to comment.