diff --git a/packages/nc-gui-v2/components/template/Editor.vue b/packages/nc-gui-v2/components/template/Editor.vue index c3dcebb244..fb09575ab2 100644 --- a/packages/nc-gui-v2/components/template/Editor.vue +++ b/packages/nc-gui-v2/components/template/Editor.vue @@ -3,7 +3,6 @@ import { useToast } from 'vue-toastification' import type { ColumnType, TableType } from 'nocodb-sdk' import { isVirtualCol, UITypes } from 'nocodb-sdk' import { Form } from 'ant-design-vue' -import type { SizeType } from 'ant-design-vue/es/config-provider' import { computed, onMounted } from '#imports' import MdiTableIcon from '~icons/mdi/table' import MdiStringIcon from '~icons/mdi/alpha-a' @@ -54,7 +53,6 @@ const tableColumns = [ const templateForm = reactive<{ tables: object[] }>({ tables: [], }) -const buttonSize = ref('large') const hasSelectColumn = ref({}) const expansionPanel = ref([]) const editableTn = ref({}) @@ -285,7 +283,7 @@ const importTemplate = async () => {