reload stores after new team is created and data imported

This commit is contained in:
Gregor Vostrak
2024-06-01 00:13:24 +02:00
parent bae4265f70
commit 4a7db27a05
2 changed files with 5 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ async function importData() {
reject('Import type is null');
});
});
initializeStores();
if (reportResult.value) {
showResultModal.value = true;
}