Only update domains list if component is still mounted
This commit is contained in:
@@ -113,7 +113,7 @@ async function refreshDomains() {
|
||||
|
||||
domains.value = result;
|
||||
|
||||
dashboardDomainComponent.value.updateDomains(result);
|
||||
dashboardDomainComponent.value?.updateDomains(result);
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
|
||||
Reference in New Issue
Block a user