mirror of https://github.com/langgenius/dify.git
fix: ts problem
This commit is contained in:
parent
e9ce9c1f47
commit
8ecee8abce
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue