add switch btn

This commit is contained in:
YasinShaikh123
2024-08-09 12:24:29 +05:30
parent 9f6136935d
commit 66afc30a14

View File

@@ -272,11 +272,9 @@ const AddSponser = () => {
{/* ===================== [Switch Button] ======================== */}
{/* <Box mt={5} display={"flex"} justifyContent={"right"} mr={5}>
<Box mt={5} display={"flex"} justifyContent={"right"} mr={5}>
<SwitchButton isSwitchOn={isSwitchOn} setIsSwitchOn={setIsSwitchOn} />
</Box> */}
<DummyComponent />
</Box>
{/* ====================== [Form Input] ====================== */}
@@ -298,6 +296,8 @@ const AddSponser = () => {
message={"Are you sure you want to add this?"}
isLoading={isLoadingBtn}
/>
<DummyComponent />
</Box>
);
};