diff --git a/src/components/Apps/AppSection.vue b/src/components/Apps/AppSection.vue index acc8bbc3..8525d3b8 100644 --- a/src/components/Apps/AppSection.vue +++ b/src/components/Apps/AppSection.vue @@ -235,9 +235,9 @@ export default { this.getList(); }); // refresh app list every 5 seconds - // this.ListRefreshTimer = setInterval(() => { - // this.getList(); - // }, 5000); + this.ListRefreshTimer = setInterval(() => { + this.getList(); + }, 5000); }, catch: () => { // retry