Migrate cafy to 14.0 (#4240)
This commit is contained in:
parent
b083430011
commit
5aa58da918
77 changed files with 334 additions and 345 deletions
|
|
@ -20,7 +20,7 @@ export const meta = {
|
|||
},
|
||||
|
||||
aliases: {
|
||||
validator: $.arr($.str.min(1)).optional,
|
||||
validator: $.optional.arr($.str.min(1)),
|
||||
default: [] as string[]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue