Skip to content

Commit c74003c

Browse files
authored
Merge pull request #2487 from Rushikesh-Sonawane99/feat-batch-revamp
Issue #PS-000 chore: Hidden Add New button from batch tab in lap
2 parents 31f5294 + 732dc5d commit c74003c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/admin-app-repo/src/pages/batch.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@ const Batch = () => {
410410
/>
411411
)
412412
)}
413-
<Box sx={{ display: 'flex', justifyContent: 'flex-end' }} mt={4}>
413+
414+
{/* TODO: Add add new button back in future */}
415+
{/* <Box sx={{ display: 'flex', justifyContent: 'flex-end' }} mt={4}>
414416
<Button
415417
variant="outlined"
416418
startIcon={<AddIcon />}
@@ -430,7 +432,7 @@ const Batch = () => {
430432
>
431433
{t('COMMON.ADD_NEW')}{' '}
432434
</Button>
433-
</Box>
435+
</Box> */}
434436

435437
<SimpleModal
436438
open={openModal}

0 commit comments

Comments
 (0)