Skip to content

Commit c9d090f

Browse files
committed
apply suggestion
1 parent ab2641e commit c9d090f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SelectInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ import {
185185
} from '@mui/material';
186186

187187
const CreateAuthor = () => {
188-
const { filter, onCancel, onCreate } = useCreateSuggestionContext();
188+
const { onCancel, onCreate } = useCreateSuggestionContext();
189189

190190
const onAuthorCreate = author => {
191191
onCreate(author);

0 commit comments

Comments
 (0)