mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-24 20:07:51 +00:00
Merge pull request #138 from JustinWesleyFerrari/justin/q-apps
Fixed error handling in PUBLISH_QDN_RESOURCE
This commit is contained in:
commit
d96292fcf7
@ -576,7 +576,7 @@ class WebBrowser extends LitElement {
|
||||
obj['error'] = errorMsg;
|
||||
response = JSON.stringify(obj);
|
||||
console.error(error);
|
||||
return;
|
||||
break;
|
||||
} finally {
|
||||
this.loader.hide();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user