fix: filter date

This commit is contained in:
ferdiansyah783
2025-08-14 01:29:40 +07:00
parent 165c211c5b
commit 1d5ff78fc2
8 changed files with 74 additions and 30 deletions
@@ -96,7 +96,7 @@ const AdjustmentStockDrawer = (props: Props) => {
sx={{ '& .MuiDrawer-paper': { width: { xs: 300, sm: 400 } } }}
>
<div className='flex items-center justify-between pli-6 plb-5'>
<Typography variant='h5'>Adjust Inventory</Typography>
<Typography variant='h5'>Re Stock</Typography>
<IconButton size='small' onClick={handleReset}>
<i className='tabler-x text-textSecondary text-2xl' />
</IconButton>
@@ -237,7 +237,7 @@ const StockListTable = () => {
onClick={() => setAddInventoryOpen(!addInventoryOpen)}
startIcon={<i className='tabler-plus' />}
>
Adjust Stock
Re Stock
</Button>
</div>
</div>