diff --git a/front/src/components/library/FileUpload.vue b/front/src/components/library/FileUpload.vue
index 1782f0c188948be4cc14c8389af9d46ca3126c81..8bcf55bbe4007ab0fc80c64f10e3cbfee82893ea 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);
     }