diff --git a/packages/nc-gui/components/smartsheet/Form.vue b/packages/nc-gui/components/smartsheet/Form.vue index d40ce79c5f..5aad2f622c 100644 --- a/packages/nc-gui/components/smartsheet/Form.vue +++ b/packages/nc-gui/components/smartsheet/Form.vue @@ -13,6 +13,7 @@ import { isSelectTypeCol, isVirtualCol, } from 'nocodb-sdk' +import type { VNodeRef } from '@vue/runtime-core' import type { Permission } from '#imports' import { ActiveViewInj, @@ -43,7 +44,6 @@ import { useViewData, watch, } from '#imports' -import type { VNodeRef } from '@vue/runtime-core' provide(IsFormInj, ref(true)) provide(IsGalleryInj, ref(false)) @@ -915,8 +915,8 @@ useEventListener( >