Merge branch 'negative-tax-options' into 'master'

Solved negative tax options issue

See merge request mohit.panjvani/crater-web!735
This commit is contained in:
Mohit Panjwani
2021-06-30 06:52:23 +00:00
3 changed files with 41 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export default {
},
percent: {
required,
between: between(0, 100),
between: between(-100, 100),
},
description: {
maxLength: maxLength(255),