Skip to content

Commit

Permalink
Update SelectArrayInput.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhenley authored Jun 15, 2022
1 parent fa027ee commit 176baa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SelectArrayInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const CreateTag = () => {
},
},
{
onSuccess: ({ data }) => {
onSuccess: (data) => {
setValue('');
onCreate(data);
},
Expand Down

0 comments on commit 176baa2

Please sign in to comment.