Closed marlena-b closed 3 months ago
An error occurs when the "Supply" form is sent without entering a quantity or if the quantity is set to 0 (after removing the min: 1 validation on frontend). We need to validate the data correctness also on the backend side.
min: 1
An error occurs when the "Supply" form is sent without entering a quantity or if the quantity is set to 0 (after removing the
min: 1
validation on frontend). We need to validate the data correctness also on the backend side.