fix: typography
This commit is contained in:
parent
6549773c13
commit
6d2fe8d6f7
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user