Skip to content

Commit

Permalink
Update index.tsx function name
Browse files Browse the repository at this point in the history
change handleExcute to handleExecute
  • Loading branch information
mifengjun authored Jun 5, 2024
1 parent 7dc2470 commit 3cccbcb
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 @@ -45,7 +45,7 @@ const Toolbar = () => {
}
});

const handleExcute = () => {
const handleExecute = () => {
if (graph) {
nodes.forEach((node: Node | NodeOptions, index: number) => {
const edges = graph.getOutgoingEdges(node as Node);
Expand Down

0 comments on commit 3cccbcb

Please sign in to comment.