This commit is contained in:
@@ -57,7 +57,7 @@ export function ContractCheque({ inputForm, price, productor }: ContractChequePr
|
||||
{ capfirst: true },
|
||||
)}
|
||||
min={1}
|
||||
max={paymentMethod?.max || 3}
|
||||
max={paymentMethod?.max && paymentMethod?.max !== "" ? Number(paymentMethod?.max) : 3}
|
||||
{...inputForm.getInputProps(`cheque_quantity`)}
|
||||
/>
|
||||
<Group grow>
|
||||
|
||||
Reference in New Issue
Block a user