fix(pricing,dashboard): update min_quantity/max_quantity to decimal in price model (#14045)
This commit is contained in:
@@ -180,6 +180,7 @@ function OrderEditItem({ item, currencyCode, orderId }: OrderEditItemProps) {
|
||||
<Input
|
||||
className="bg-ui-bg-base txt-small w-[67px] rounded-lg [appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none"
|
||||
type="number"
|
||||
step="any"
|
||||
disabled={item.detail.fulfilled_quantity === item.quantity}
|
||||
min={item.detail.fulfilled_quantity}
|
||||
defaultValue={item.quantity}
|
||||
|
||||
Reference in New Issue
Block a user