fix: ts problem

This commit is contained in:
Joel 2024-07-31 17:02:11 +08:00
parent e9ce9c1f47
commit 8ecee8abce

View File

@ -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,