Browse Source

fix(nc-gui): add missing SelectProps

pull/3563/head
Wing-Kam Wong 2 years ago
parent
commit
d3fc8811dd
  1. 2
      packages/nc-gui/components/dlg/ViewCreate.vue

2
packages/nc-gui/components/dlg/ViewCreate.vue

@ -1,6 +1,6 @@
<script setup lang="ts">
import type { ComponentPublicInstance } from '@vue/runtime-core'
import type { Form as AntForm } from 'ant-design-vue'
import type { Form as AntForm, SelectProps } from 'ant-design-vue'
import { capitalize } from '@vue/runtime-core'
import type { FormType, GalleryType, GridType, KanbanType } from 'nocodb-sdk'
import { UITypes, ViewTypes } from 'nocodb-sdk'

Loading…
Cancel
Save