Skip to content

Commit

Permalink
fix: fix auto refresh timer handling trial 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 20, 2024
1 parent a4e31c2 commit 02c64e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/pipelines/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
this.intervalHandle = setInterval(() => {
if (this.countdown == 0) {
clearInterval(this.intervalHandle);
this.intervalHandle = null;
this.loadItems();
} else {
this.countdown = this.countdown - 1;
Expand Down

0 comments on commit 02c64e1

Please sign in to comment.