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;
|
||||
response = JSON.stringify(obj);
|
||||
console.error(error);
|
||||
return;
|
||||
break;
|
||||
} finally {
|
||||
this.loader.hide();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user