Reload Dashboard after deletion/unfollow corpus

This commit is contained in:
Inga Kirschnick 2023-06-06 15:47:21 +02:00
parent c2471e1848
commit e93449ba73

View File

@ -254,6 +254,9 @@ class CorpusList extends ResourceList {
});
this.selectedItemIds.clear();
this.renderingItemSelection();
setTimeout(() => {
window.location.reload();
}, 1000);
});
modal.open();
break;