From 374952dcf99d3ec959fac288b0108468f28ccf05 Mon Sep 17 00:00:00 2001 From: 13jksingh Date: Sun, 10 Dec 2023 22:25:37 +0530 Subject: [PATCH] Fixed end-event form display bug --- components/common/EventPopup/EventPopup.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/common/EventPopup/EventPopup.tsx b/components/common/EventPopup/EventPopup.tsx index 36da6f6c..5371f701 100644 --- a/components/common/EventPopup/EventPopup.tsx +++ b/components/common/EventPopup/EventPopup.tsx @@ -115,6 +115,7 @@ function DialogPopup({ setSnackBarError(error) } finally { + setShowModal(false); setShowSnackBar(true) setLoading(false) }