Skip to content

Commit

Permalink
🐛 fix: BoxSelect has been delete by lucide-react(ant-design#115)
Browse files Browse the repository at this point in the history
🐛 fix:  BoxSelect  has been delete by lucide-react(ant-design#115)
  • Loading branch information
SUSTYuxiao authored Jan 17, 2025
1 parent ffb4d8c commit 0647f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlowEditor/features/ContextMenu/useMenuAction.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ZoomInOutlined, ZoomOutOutlined } from '@ant-design/icons';
import { BoxSelect, ClipboardList } from 'lucide-react';
import { BoxSelectIcon, ClipboardList } from 'lucide-react';
import { useMemo } from 'react';
import { useReactFlow } from 'reactflow';

Expand Down

0 comments on commit 0647f73

Please sign in to comment.