Skip to content

Commit c09dbb7

Browse files
authored
[elsa] replace the icon of reply node (#334)
1 parent ef2ba47 commit c09dbb7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
Loading

framework/elsa/fit-elsa-react/src/components/replyNode/replyNodeDrawer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*--------------------------------------------------------------------------------------------*/
66

77
import {jadeNodeDrawer} from "@/components/base/jadeNodeDrawer.jsx";
8-
import NodeIcon from "../asserts/icon-end.svg?react"; // 导入背景图片
8+
import NodeIcon from "../asserts/icon-reply.svg?react"; // 导入背景图片
99

1010
/**
1111
* 直接回复节点绘制器

0 commit comments

Comments
 (0)