mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
validation changes
This commit is contained in:
@@ -142,7 +142,7 @@ export default {
|
||||
required,
|
||||
numeric,
|
||||
minValue: minValue(0.1),
|
||||
maxLength: maxLength(10)
|
||||
maxLength: maxLength(20)
|
||||
},
|
||||
description: {
|
||||
maxLength: maxLength(255)
|
||||
|
||||
Reference in New Issue
Block a user