We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31f5294 + 732dc5d commit c74003cCopy full SHA for c74003c
apps/admin-app-repo/src/pages/batch.tsx
@@ -410,7 +410,9 @@ const Batch = () => {
410
/>
411
)
412
)}
413
- <Box sx={{ display: 'flex', justifyContent: 'flex-end' }} mt={4}>
+
414
+ {/* TODO: Add add new button back in future */}
415
+ {/* <Box sx={{ display: 'flex', justifyContent: 'flex-end' }} mt={4}>
416
<Button
417
variant="outlined"
418
startIcon={<AddIcon />}
@@ -430,7 +432,7 @@ const Batch = () => {
430
432
>
431
433
{t('COMMON.ADD_NEW')}{' '}
434
</Button>
- </Box>
435
+ </Box> */}
436
437
<SimpleModal
438
open={openModal}
0 commit comments