From 76964b67a3be1973a3cd5464aa264cca0cdeef16 Mon Sep 17 00:00:00 2001 From: Brainslug Date: Fri, 19 Aug 2022 15:11:47 +0200 Subject: [PATCH] v-form error: Cannot read properties of undefined (reading 'meta') (#15160) * do optional chaining for fieldMeta in case it is not loaded yet * using the loading prop instead of checking values * Added better typing to catch undefined values --- app/src/components/v-form/v-form.vue | 42 +++++++++++++++------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/app/src/components/v-form/v-form.vue b/app/src/components/v-form/v-form.vue index cb9ccd8709..2361c14f5d 100644 --- a/app/src/components/v-form/v-form.vue +++ b/app/src/components/v-form/v-form.vue @@ -8,9 +8,9 @@ />