diff --git a/packages/nc-gui-v2/components/smartsheet/Form.vue b/packages/nc-gui-v2/components/smartsheet/Form.vue index f32e90b15c..cea8fd67d0 100644 --- a/packages/nc-gui-v2/components/smartsheet/Form.vue +++ b/packages/nc-gui-v2/components/smartsheet/Form.vue @@ -13,6 +13,7 @@ const formState = reactive({ submitAnotherForm: false, showBlankForm: false, emailMe: false, + successMsg: '', }) const isEditable = isUIAllowed('editFormView' as Permission) @@ -98,6 +99,14 @@ function submitForm() {} + +