bug: uncaught promise on widget-picker abort

This commit is contained in:
cgfhtw
2022-11-08 14:46:44 +01:00
parent 0d65ae5b85
commit 0e7343acfb
2 changed files with 2 additions and 2 deletions
@@ -53,7 +53,7 @@ export default {
console.error('ERROR: ', error);
alert('ERROR: ' + error.response.data.retval);
});
});
}).catch(() => {});
},
widgetUpdate(section_name, payload) {
payload = payload[section_name];
+1 -1
View File
@@ -59,7 +59,7 @@ export default {
console.error('ERROR: ', error);
alert('ERROR: ' + error.response.data.retval);
});
});
}).catch(() => {});
},
widgetUpdate(section_name, payload) {
payload = payload[section_name];