Skip to content

Commit 3e9628a

Browse files
Cimanelslax57
andauthored
Update docs/SelectArrayInput.md
Co-authored-by: Jean-Baptiste Kaiser <[email protected]>
1 parent 437126f commit 3e9628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SelectArrayInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ const PostCreate = () => {
516516
}
517517

518518
const CreateTag = () => {
519-
const { filter, onCancel, onCreate } = useCreateSuggestionContext();
519+
const { onCancel, onCreate } = useCreateSuggestionContext();
520520

521521
const onTagCreate = (tag) => {
522522
onCreate(tag);

0 commit comments

Comments
 (0)