validation changes

This commit is contained in:
hastichavda
2019-11-15 19:04:22 +05:30
parent cf1d39d111
commit a08171f47f
10 changed files with 25 additions and 28 deletions

View File

@ -142,7 +142,7 @@ export default {
required,
numeric,
minValue: minValue(0.1),
maxLength: maxLength(10)
maxLength: maxLength(20)
},
description: {
maxLength: maxLength(255)