From 71bb1c25dd32ee49213c9debb52f9a75f480ed6e Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Wed, 7 May 2025 17:18:57 +0530 Subject: [PATCH] changed position of header --- src/components/common/ConfirmModal.jsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/common/ConfirmModal.jsx b/src/components/common/ConfirmModal.jsx index 04e39cc4..a92cf3af 100644 --- a/src/components/common/ConfirmModal.jsx +++ b/src/components/common/ConfirmModal.jsx @@ -28,16 +28,19 @@ const ConfirmModal = ({ type, onSubmit, onClose, message, loading ,header}) => {
+ +
+ +
+ {header && < strong className='mb-0 font-weight-bold'>{header }}