Skip to content

Commit

Permalink
Fixed end-event form display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
13jksingh committed Dec 10, 2023
1 parent 5c6753f commit 374952d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/common/EventPopup/EventPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function DialogPopup({
setSnackBarError(error)
}
finally {
setShowModal(false);
setShowSnackBar(true)
setLoading(false)
}
Expand Down

0 comments on commit 374952d

Please sign in to comment.