From ddc7e25d297e9614245ac7758a2b0bafcc0c1614 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Wed, 28 Sep 2022 22:48:08 +0800 Subject: [PATCH] fix(nc-gui): add missing import --- packages/nc-gui/components/dlg/ViewCreate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/components/dlg/ViewCreate.vue b/packages/nc-gui/components/dlg/ViewCreate.vue index c0ef65a30b..0f67315f75 100644 --- a/packages/nc-gui/components/dlg/ViewCreate.vue +++ b/packages/nc-gui/components/dlg/ViewCreate.vue @@ -3,7 +3,7 @@ import type { ComponentPublicInstance } from '@vue/runtime-core' import type { Form as AntForm } from 'ant-design-vue' import { capitalize } from '@vue/runtime-core' import type { FormType, GalleryType, GridType, KanbanType } from 'nocodb-sdk' -import { ViewTypes } from 'nocodb-sdk' +import { UITypes, ViewTypes } from 'nocodb-sdk' import { MetaInj, ViewListInj,