update claim submit

This commit is contained in:
2023-10-13 10:57:42 +07:00
parent 3e908471cf
commit a694bc03f3

View File

@@ -323,7 +323,7 @@ const DialogDetailClaim = ({ title, openDialog, setOpenDialog, data }: MuiDialog
{row.personID}
</Typography>
</Stack>
<Stack sx={{ p: 1 }}>
{/* <Stack sx={{ p: 1 }}>
<Typography variant="body1" sx={{ marginBottom: 1, fontWeight: 600 }}>
Total Limit
</Typography>
@@ -335,7 +335,7 @@ const DialogDetailClaim = ({ title, openDialog, setOpenDialog, data }: MuiDialog
<Typography sx={{ textAlign: 'right', marginTop: 1 }}>
{fCurrency(8000000)} / {fCurrency(100000)}
</Typography>
</Stack>
</Stack> */}
</Stack>
</Card>
</Grid>