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)); - +