Only update domains list if component is still mounted

This commit is contained in:
Johannes Zellner
2026-02-24 10:58:07 +01:00
parent 7ded517b20
commit 662cf65ff2
+1 -1
View File
@@ -113,7 +113,7 @@ async function refreshDomains() {
domains.value = result;
dashboardDomainComponent.value.updateDomains(result);
dashboardDomainComponent.value?.updateDomains(result);
}
onMounted(async () => {