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:
Favour Olayinka 2024-06-11 16:02:20 +01:00 committed by GitHub
parent 03843e5437
commit 1f01513efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export default {
"field.id": {
handler() {
// On field change, reset validation
this.validation = this.field.validation.error_conditions || {
this.validation = this.field?.validation?.error_conditions || {
conditions: null,
actions: [],
}