Merge branch 'dev' of http://git.wdipl.com/Siddhesh.More/tanami-admin-panel into dev
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user