mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-23 11:27:52 +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;
|
obj['error'] = errorMsg;
|
||||||
response = JSON.stringify(obj);
|
response = JSON.stringify(obj);
|
||||||
console.error(error);
|
console.error(error);
|
||||||
return;
|
break;
|
||||||
} finally {
|
} finally {
|
||||||
this.loader.hide();
|
this.loader.hide();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user