edit validation rules
This commit is contained in:
@@ -58,6 +58,9 @@
|
||||
}
|
||||
},
|
||||
"companyName": {
|
||||
"optional": {
|
||||
"value": true
|
||||
},
|
||||
"maxSize": {
|
||||
"value": 200,
|
||||
"message": "register-error-company-name-max"
|
||||
@@ -72,9 +75,6 @@
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"optional": {
|
||||
"value": true
|
||||
},
|
||||
"maxSize": {
|
||||
"value": 14,
|
||||
"message": "register-error-phone-max"
|
||||
|
||||
Reference in New Issue
Block a user