diff --git a/packages/nc-gui/components/dlg/ViewCreate.vue b/packages/nc-gui/components/dlg/ViewCreate.vue index 173f100fd2..b1eb50726e 100644 --- a/packages/nc-gui/components/dlg/ViewCreate.vue +++ b/packages/nc-gui/components/dlg/ViewCreate.vue @@ -58,8 +58,6 @@ const meta = inject(MetaInj, ref()) const viewList = inject(ViewListInj) -const fields = inject(FieldsInj, ref([])) - const form = reactive