From f20c3a64f6e0d0a83d3954342b80ac5e0a0ce6e3 Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Wed, 10 Sep 2025 19:00:07 +0530 Subject: [PATCH] added proper modal size for Master Modal - Application Role --- src/pages/master/MasterPage.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/master/MasterPage.jsx b/src/pages/master/MasterPage.jsx index 9b8fda8f..86640587 100644 --- a/src/pages/master/MasterPage.jsx +++ b/src/pages/master/MasterPage.jsx @@ -111,7 +111,11 @@ const MasterPage = () => { return ( <> {isCreateModalOpen && ( - closeModal()}> + closeModal()}> )}