From 0db0edec1ab7e904f80e9ace77b2ae53e7077be4 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Fri, 5 Sep 2025 11:19:35 +0530 Subject: [PATCH] Masters Popup all heading show in Center align. --- src/components/master/MasterModal.jsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/master/MasterModal.jsx b/src/components/master/MasterModal.jsx index 0a472727..fcad449a 100644 --- a/src/components/master/MasterModal.jsx +++ b/src/components/master/MasterModal.jsx @@ -119,17 +119,22 @@ const MasterModal = ({ modaldata, closeModal }) => {
-
-
{modaldata?.modalType}
+ {/* ✅ Centered Heading */} +
+
+ {modaldata?.modalType} +
- {renderModalContent()} + + {/* ✅ Render Modal Body */} +
{renderModalContent()}