Add Login & Register

This commit is contained in:
R
2022-09-15 11:47:36 +07:00
parent a3b95615d7
commit 300b53942d
40 changed files with 658 additions and 3 deletions

View File

@@ -325,6 +325,7 @@ export default function CorporateForm({ isEdit, currentCorporate }: Props) {
<Grid item xs={12} md={4}>
<Stack spacing={3}>
<Card sx={{ p: 3 }}>
{ JSON.stringify(values.active) }
<RHFSwitch name="active" label="Is Company Active" />
<Stack spacing={3} mt={2}>
<Typography align="center">Company Logo</Typography>