add update function to master formularium

This commit is contained in:
2023-10-30 09:59:03 +07:00
parent 87864a496c
commit 759e692465
11 changed files with 2333 additions and 2004 deletions

View File

@@ -267,7 +267,7 @@ import {
</Box>{' '}
Failed
{importResult.data.failed_rows.map((row, index) => (
<Typography variant='body' key={index} color="error"> [Code=>{row.code ? row.code : 'Required'},Name=>{row.name ? row.name : 'Required'}]</Typography>
<Typography variant='body' key={index} color="error"> [Code={row.code ? row.code : 'Required'},Name={row.name ? row.name : 'Required'}]</Typography>
))}
</Box>
</Stack>