Skip to content

Commit

Permalink
Update index.tsx function name (#471)
Browse files Browse the repository at this point in the history
change handleExcute to handleExecute
  • Loading branch information
mifengjun authored Jul 1, 2024
1 parent d402afa commit 97e20c1
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 97e20c1

Please sign in to comment.