mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 17:09:05 +08:00
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…
x
Reference in New Issue
Block a user