refresh the old collections in the UI import on successful import submission
This commit is contained in:
@@ -441,7 +441,13 @@
|
||||
</div>
|
||||
</PageWrapper>
|
||||
|
||||
<ImportPopup bind:this={importPopup} on:submit={clear} />
|
||||
<ImportPopup
|
||||
bind:this={importPopup}
|
||||
on:submit={() => {
|
||||
clear();
|
||||
loadOldCollections();
|
||||
}}
|
||||
/>
|
||||
|
||||
<style>
|
||||
.list-label {
|
||||
|
||||
Reference in New Issue
Block a user