Skip to content

Commit

Permalink
fix: func name (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamumu123 authored Oct 11, 2024
1 parent db34d90 commit 6e5f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/basic/src/pages/dag/toolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Toolbar = () => {
type="primary"
size="small"
style={{ fontSize: 12 }}
onClick={handleExcute}
onClick={handleExecute}
>
<PlayCircleOutlined />
全部执行
Expand Down

0 comments on commit 6e5f7ee

Please sign in to comment.