From 4ec6883df8fc5a9941c998b072b2261f60da523a Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Sat, 2 Mar 2024 07:32:42 +0000 Subject: [PATCH] chore(nc-gui): lint --- packages/nc-gui/components/smartsheet/Form.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( >