Skip to content
Snippets Groups Projects
Commit 51995c0d authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed interval not clearing

parent 547c4ea5
Branches
Tags 0.5.3
No related merge requests found
...@@ -240,7 +240,7 @@ export default { ...@@ -240,7 +240,7 @@ export default {
this.fetchStatus(); this.fetchStatus();
if (this.$store.state.auth.availablePermissions['library']) { if (this.$store.state.auth.availablePermissions['library']) {
this.fetchFs(true) this.fetchFs(true)
setInterval(() => { this.fsInterval = setInterval(() => {
this.fetchFs(false) this.fetchFs(false)
}, 5000); }, 5000);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment