Skip to content

Commit

Permalink
restore bad merged nodeId
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Aug 27, 2024
1 parent 36617b3 commit 3568375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ export default {
window.location.href = await this.getDestinationUrl();
return;
}
this.nodeId = data.params[0].nodeId;
this.taskId = data.params[0].tokenId;
this.reload();
}
Expand Down

0 comments on commit 3568375

Please sign in to comment.