From d4cc92ee3637df9d5491daf9826a35bbed00a61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D5=A1=C9=A8=D5=BC=C9=A2=D3=84=D5=A1=D6=85=D5=BC=C9=A2?= Date: Thu, 8 Feb 2024 23:54:40 +0800 Subject: [PATCH] chore(nc-gui): remove unused import --- packages/nc-gui/composables/useViewFilters.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/nc-gui/composables/useViewFilters.ts b/packages/nc-gui/composables/useViewFilters.ts index 27b69672f6..958ff26c71 100644 --- a/packages/nc-gui/composables/useViewFilters.ts +++ b/packages/nc-gui/composables/useViewFilters.ts @@ -1,8 +1,6 @@ import { type ColumnType, type FilterType, - FormulaDataTypes, - type FormulaType, type LinkToAnotherRecordType, type LookupType, type ViewType, @@ -499,6 +497,6 @@ export function useViewFilters( isComparisonSubOpAllowed, loadBtLookupTypes, btLookupTypesMap, - types + types, } }