diff --git a/packages/nc-gui/components/cell/TextArea.vue b/packages/nc-gui/components/cell/TextArea.vue index 0e9ed08bc6..5661aa09a4 100644 --- a/packages/nc-gui/components/cell/TextArea.vue +++ b/packages/nc-gui/components/cell/TextArea.vue @@ -1,6 +1,6 @@ diff --git a/packages/nc-gui/components/dashboard/Sidebar/TopSection/Header.vue b/packages/nc-gui/components/dashboard/Sidebar/TopSection/Header.vue index cc340bc4c9..34bc188cf7 100644 --- a/packages/nc-gui/components/dashboard/Sidebar/TopSection/Header.vue +++ b/packages/nc-gui/components/dashboard/Sidebar/TopSection/Header.vue @@ -1 +1 @@ - + diff --git a/packages/nc-gui/components/dashboard/TreeView/BaseOptions.vue b/packages/nc-gui/components/dashboard/TreeView/BaseOptions.vue index 1d0346177f..0dc681a9de 100644 --- a/packages/nc-gui/components/dashboard/TreeView/BaseOptions.vue +++ b/packages/nc-gui/components/dashboard/TreeView/BaseOptions.vue @@ -114,66 +114,4 @@ function openQuickImportDialog(type: string) { - - - - - diff --git a/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue b/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue index 91c699e9f9..34859e8ad6 100644 --- a/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue +++ b/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue @@ -472,8 +472,6 @@ const DlgProjectDuplicateOnOk = async (jobData: { id: string; project_id: string - -
@@ -513,8 +511,6 @@ const DlgProjectDuplicateOnOk = async (jobData: { id: string; project_id: string - -
diff --git a/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue b/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue index e47167d3b2..33ac0a8208 100644 --- a/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue +++ b/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue @@ -1,5 +1,5 @@ diff --git a/packages/nc-gui/components/smartsheet/toolbar/ColumnFilterMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/ColumnFilterMenu.vue index 0d0a569411..16f19617c3 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ColumnFilterMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ColumnFilterMenu.vue @@ -3,13 +3,11 @@ import type ColumnFilter from './ColumnFilter.vue' import { ActiveViewInj, IsLockedInj, - IsPublicInj, computed, inject, ref, useGlobal, useMenuCloseOnEsc, - useNuxtApp, useSmartsheetStoreOrThrow, useViewFilters, watch, @@ -21,14 +19,10 @@ const isLocked = inject(IsLockedInj, ref(false)) const activeView = inject(ActiveViewInj, ref()) -const isPublic = inject(IsPublicInj, ref(false)) - const { filterAutoSave, isMobileMode } = useGlobal() const filterComp = ref() -const { $e } = useNuxtApp() - const { nestedFilters } = useSmartsheetStoreOrThrow() // todo: avoid duplicate api call by keeping a filter store diff --git a/packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue index 5e82426ca9..811cd95de1 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue @@ -350,7 +350,7 @@ useMenuCloseOnEsc(open) No fields found
-