fix: new destination can be created

This commit is contained in:
Andras Bacsai
2022-07-06 15:52:00 +02:00
committed by GitHub
parent 31d7e7e806
commit 64bb4a2525
7 changed files with 17 additions and 5 deletions

View File

@@ -126,6 +126,8 @@
statusInterval = setInterval(async () => {
await getStatus();
}, 2000);
} else {
$status.database.initialLoading = false;
}
});
</script>