Fixed interval not clearing

environments/review-docs-devel-1399dq/deployments/6607
Agate 2020-08-06 16:12:16 +02:00
rodzic 547c4ea554
commit 51995c0d92
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
}