mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-13 19:22:32 +00:00
Fix refresh page after delete content
This commit is contained in:
parent
3eac251a18
commit
263b0e5c5a
@ -363,7 +363,7 @@ class DataManagement extends LitElement {
|
||||
|
||||
if (ret === true) {
|
||||
// Successfully deleted - so refresh the page
|
||||
this.getArbitraryResources();
|
||||
window.location.reload();
|
||||
}
|
||||
else {
|
||||
parentEpml.request('showSnackBar', 'Error occurred when trying to delete this resource. Please try again')
|
||||
|
Loading…
x
Reference in New Issue
Block a user