From 66afc30a14adeb98d83ca27f3c7ce34a9e686e6b Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:24:29 +0530 Subject: [PATCH] add switch btn --- src/Pages/Master/Sponser/AddSponser.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Pages/Master/Sponser/AddSponser.jsx b/src/Pages/Master/Sponser/AddSponser.jsx index ad80333..a4fdeb3 100644 --- a/src/Pages/Master/Sponser/AddSponser.jsx +++ b/src/Pages/Master/Sponser/AddSponser.jsx @@ -272,11 +272,9 @@ const AddSponser = () => { {/* ===================== [Switch Button] ======================== */} - {/* + - */} - - + {/* ====================== [Form Input] ====================== */} @@ -298,6 +296,8 @@ const AddSponser = () => { message={"Are you sure you want to add this?"} isLoading={isLoadingBtn} /> + + ); };