瀏覽代碼

Fix: type import (#6328)

### What problem does this PR solve?

fixed type import .

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.18.0
so95 7 月之前
父節點
當前提交
f0c4b28c6b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      web/src/pages/flow/form/invoke-form/dynamic-variables.tsx

+ 2
- 2
web/src/pages/flow/form/invoke-form/dynamic-variables.tsx 查看文件

@@ -1,12 +1,12 @@
import { EditableCell, EditableRow } from '@/components/editable-cell';
import { useTranslate } from '@/hooks/common-hooks';
import { RAGFlowNodeType } from '@/interfaces/database/flow';
import { DeleteOutlined } from '@ant-design/icons';
import { Button, Collapse, Flex, Input, Select, Table, TableProps } from 'antd';
import { trim } from 'lodash';
import { useBuildComponentIdSelectOptions } from '../../hooks/use-get-begin-query';
import { IInvokeVariable, RAGFlowNodeType } from '../../interface';
import { IInvokeVariable } from '../../interface';
import { useHandleOperateParameters } from './hooks';

import styles from './index.less';

interface IProps {

Loading…
取消
儲存