Skip to content

Commit

Permalink
Merge pull request #12185 from nathanaelg16/issue_11879_fix
Browse files Browse the repository at this point in the history
Fixes progress indication bug
  • Loading branch information
rtibbles authored May 22, 2024
2 parents ed4af4c + 99019e4 commit c02140d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
onBeforeMount(() => {
schedulePoll();
pollForUpdates();
});
onBeforeUnmount(() => {
Expand Down

0 comments on commit c02140d

Please sign in to comment.