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,