diff --git a/web/app/components/workflow/nodes/list-filter/use-config.ts b/web/app/components/workflow/nodes/list-filter/use-config.ts index a59b96c423..7a0709343b 100644 --- a/web/app/components/workflow/nodes/list-filter/use-config.ts +++ b/web/app/components/workflow/nodes/list-filter/use-config.ts @@ -2,7 +2,7 @@ import { useCallback } from 'react' import produce from 'immer' import type { ValueSelector, Var } from '../../types' import { VarType } from '../../types' -import type { Limit, type ListFilterNodeType } from './types' +import type { Limit, ListFilterNodeType } from './types' import useNodeCrud from '@/app/components/workflow/nodes/_base/hooks/use-node-crud' import { useNodesReadOnly,