forked from Qortal/qortal-ui
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