mirror of
https://github.com/whyour/qinglong.git
synced 2025-12-13 07:25:05 +08:00
Fix: Correct import name from NODE_TYPES to WorkflowNodeType
Fixed build error: - Changed import from NODE_TYPES to WorkflowNodeType (actual export name) - Matches the enum exported from nodes/constants.ts - Resolves "No matching export" build error Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
parent
eccda4da1a
commit
d22803ea66
|
|
@ -22,7 +22,7 @@ import { Dropdown, Menu, Button, Tooltip } from 'antd';
|
|||
import intl from 'react-intl-universal';
|
||||
import { Minimap } from '../../components/minimap';
|
||||
import { useAddNode } from '../../hooks/use-add-node';
|
||||
import { NODE_TYPES } from '../../nodes/constants';
|
||||
import { WorkflowNodeType } from '../../nodes/constants';
|
||||
import './styles.less';
|
||||
|
||||
export const DemoTools: React.FC = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user