From 8ecee8abceecf5094188377b5df8b732a3aefde6 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 31 Jul 2024 17:02:11 +0800 Subject: [PATCH] fix: ts problem --- web/app/components/workflow/nodes/list-filter/use-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,