Skip to content

Commit 15811b9

Browse files
authored
Update docs/SelectArrayInput.md
1 parent 62e8985 commit 15811b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/SelectArrayInput.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,9 @@ const PostCreate = () => {
518518
const CreateTag = () => {
519519
const { onCancel, onCreate } = useCreateSuggestionContext();
520520

521-
const onTagCreate = (tag) => {
522-
onCreate(tag);
523-
}
521+
const onTagCreate = (tag) => {
522+
onCreate(tag);
523+
}
524524
return (
525525
<Dialog open onClose={onCancel}>
526526
<DialogTitle sx={{ m: 0, p: 2 }}>Create Tag</DialogTitle>

0 commit comments

Comments
 (0)