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} /> + + ); };