forked from Qortal/qortal-ui
Fixed error handling in PUBLISH_QDN_RESOURCE
This commit is contained in:
parent
00d0567d28
commit
aa2884d83a
@ -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