D4310 new input section (#447)
* fix password reset bug * bottom margin * fix implicit custom validation, field margin * fix custom validation error condition --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
parent
03843e5437
commit
1f01513efb
|
|
@ -68,7 +68,7 @@ export default {
|
||||||
"field.id": {
|
"field.id": {
|
||||||
handler() {
|
handler() {
|
||||||
// On field change, reset validation
|
// On field change, reset validation
|
||||||
this.validation = this.field.validation.error_conditions || {
|
this.validation = this.field?.validation?.error_conditions || {
|
||||||
conditions: null,
|
conditions: null,
|
||||||
actions: [],
|
actions: [],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue