update claim submit
This commit is contained in:
@@ -323,7 +323,7 @@ const DialogDetailClaim = ({ title, openDialog, setOpenDialog, data }: MuiDialog
|
|||||||
{row.personID}
|
{row.personID}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack sx={{ p: 1 }}>
|
{/* <Stack sx={{ p: 1 }}>
|
||||||
<Typography variant="body1" sx={{ marginBottom: 1, fontWeight: 600 }}>
|
<Typography variant="body1" sx={{ marginBottom: 1, fontWeight: 600 }}>
|
||||||
Total Limit
|
Total Limit
|
||||||
</Typography>
|
</Typography>
|
||||||
@@ -335,7 +335,7 @@ const DialogDetailClaim = ({ title, openDialog, setOpenDialog, data }: MuiDialog
|
|||||||
<Typography sx={{ textAlign: 'right', marginTop: 1 }}>
|
<Typography sx={{ textAlign: 'right', marginTop: 1 }}>
|
||||||
{fCurrency(8000000)} / {fCurrency(100000)}
|
{fCurrency(8000000)} / {fCurrency(100000)}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Stack>
|
</Stack> */}
|
||||||
</Stack>
|
</Stack>
|
||||||
</Card>
|
</Card>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user