refresh the old collections in the UI import on successful import submission

This commit is contained in:
Gani Georgiev
2024-11-14 16:48:41 +02:00
parent 846136dcfb
commit c5554e22e0
29 changed files with 88 additions and 82 deletions
@@ -441,7 +441,13 @@
</div>
</PageWrapper>
<ImportPopup bind:this={importPopup} on:submit={clear} />
<ImportPopup
bind:this={importPopup}
on:submit={() => {
clear();
loadOldCollections();
}}
/>
<style>
.list-label {