From 4c8238455f9a21da8a59376a249d067352052fd0 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 16 Sep 2024 10:03:12 +0200 Subject: [PATCH] fix(ClaimList): fix summary --- src/components/VnTable/VnTable.vue | 4 ++-- src/components/common/VnSectionMain.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue index 899e4d000c..6f678d5c15 100644 --- a/src/components/VnTable/VnTable.vue +++ b/src/components/VnTable/VnTable.vue @@ -633,7 +633,7 @@ function handleOnDataSaved(_, res) { - + - {{ createForm.title }} + {{ createForm?.title }} diff --git a/src/components/common/VnSectionMain.vue b/src/components/common/VnSectionMain.vue index 97a150cf49..9975b1011e 100644 --- a/src/components/common/VnSectionMain.vue +++ b/src/components/common/VnSectionMain.vue @@ -21,7 +21,7 @@ onMounted(() => (stateStore.leftDrawer = $props.leftDrawer)); - +