Fixed error handling in PUBLISH_QDN_RESOURCE

This commit is contained in:
Justin Ferrari 2023-03-03 10:06:51 -05:00
parent 00d0567d28
commit aa2884d83a

View File

@ -576,7 +576,7 @@ class WebBrowser extends LitElement {
obj['error'] = errorMsg;
response = JSON.stringify(obj);
console.error(error);
return;
break;
} finally {
this.loader.hide();
}