diff --git a/packages/nc-gui-v2/components/dlg/ViewCreate.vue b/packages/nc-gui-v2/components/dlg/ViewCreate.vue index af46d38545..f5dbf5e4f7 100644 --- a/packages/nc-gui-v2/components/dlg/ViewCreate.vue +++ b/packages/nc-gui-v2/components/dlg/ViewCreate.vue @@ -13,6 +13,7 @@ import { computed, nextTick, reactive, unref, useApi, useVModel, watch } from '# interface Props { modelValue: boolean type: ViewTypes + title?: string } interface Emits { @@ -45,7 +46,7 @@ const meta = inject(MetaInj) const viewList = inject(ViewListInj) const form = reactive