fix: typography

This commit is contained in:
ferdiansyah783 2025-08-14 03:21:58 +07:00
parent 6549773c13
commit 6d2fe8d6f7

View File

@ -151,7 +151,7 @@ const AdjustmentStockDrawer = (props: Props) => {
onChange={e => setFormData({ ...formData, items: [{ ...formData.items[0], item_type: e.target.value }] })}
>
<MenuItem value='PRODUCT'>Product</MenuItem>
<MenuItem value='IGREDIENT'>Ingredient</MenuItem>
{/* <MenuItem value='IGREDIENT'>Ingredient</MenuItem> */}
</CustomTextField>
<Autocomplete
options={options}