fix: no fields required by default
This commit is contained in:
parent
2585c30022
commit
84fcea8a80
|
@ -15,7 +15,7 @@ export const FIELDS = {
|
|||
type: "options",
|
||||
constraints: {
|
||||
type: "string",
|
||||
presence: { allowEmpty: true },
|
||||
presence: false,
|
||||
inclusion: [],
|
||||
},
|
||||
},
|
||||
|
@ -67,7 +67,7 @@ export const FIELDS = {
|
|||
type: "link",
|
||||
constraints: {
|
||||
type: "array",
|
||||
presence: { allowEmpty: true },
|
||||
presence: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue