This commit is contained in:
2024-08-09 12:24:48 +05:30

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