diff --git a/front/src/components/library/FileUpload.vue b/front/src/components/library/FileUpload.vue index 1782f0c18..8bcf55bbe 100644 --- a/front/src/components/library/FileUpload.vue +++ b/front/src/components/library/FileUpload.vue @@ -240,7 +240,7 @@ export default { this.fetchStatus(); if (this.$store.state.auth.availablePermissions['library']) { this.fetchFs(true) - setInterval(() => { + this.fsInterval = setInterval(() => { this.fetchFs(false) }, 5000); }