Skip to content

Commit

Permalink
Delete async
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 22, 2024
1 parent 18df1fd commit 60aea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/organizers/[organizerId]/preview/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const OrganizersPreview = () => {
setIsSuccessAlertVisible(true);
setIsQuestionModalVisible(false);
},
onError: async () => {
onError: () => {
setIsQuestionModalVisible(false);
setIsErrorAlertVisible(true);
},
Expand Down

0 comments on commit 60aea74

Please sign in to comment.