[#5861] refresh the old collections in the UI import page on successful import submission

This commit is contained in:
Gani Georgiev
2024-11-14 14:42:58 +02:00
parent 0d34c00d2e
commit dbb0b6b2d2
34 changed files with 100 additions and 87 deletions
@@ -430,7 +430,13 @@
</div>
</PageWrapper>
<ImportPopup bind:this={importPopup} on:submit={clear} />
<ImportPopup
bind:this={importPopup}
on:submit={() => {
clear();
loadOldCollections();
}}
/>
<style>
.list-label {