mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 17:10:41 +00:00
Reload Dashboard after deletion/unfollow corpus
This commit is contained in:
@ -254,6 +254,9 @@ class CorpusList extends ResourceList {
|
||||
});
|
||||
this.selectedItemIds.clear();
|
||||
this.renderingItemSelection();
|
||||
setTimeout(() => {
|
||||
window.location.reload();
|
||||
}, 1000);
|
||||
});
|
||||
modal.open();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user