From 8a4ee9eec0902746c02f522e038a4a1b7bfb0332 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 29 Sep 2022 12:39:45 +0530 Subject: [PATCH] fix(gui): reload form view meta on change Signed-off-by: Pranav C --- packages/nc-gui/components/smartsheet/Form.vue | 8 +++++++- .../pages/[projectType]/[projectId]/index/index.vue | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/Form.vue b/packages/nc-gui/components/smartsheet/Form.vue index 0201d095f5..278761d651 100644 --- a/packages/nc-gui/components/smartsheet/Form.vue +++ b/packages/nc-gui/components/smartsheet/Form.vue @@ -1,6 +1,6 @@