hotfix(FE): change select input component to disabled

This commit is contained in:
randy-ar
2026-01-17 15:59:08 +07:00
parent 835ba077d8
commit 138ad6a7c9
4 changed files with 98 additions and 5 deletions
@@ -91,7 +91,7 @@ const InventoryProductDetail = ({
<td>:</td>
<td>
{inventoryProduct?.tax
? formatCurrency(inventoryProduct?.tax)
? formatNumber(inventoryProduct?.tax) + '%'
: '-'}
</td>
</tr>