fix: node_error proxy

This commit is contained in:
bennykok
2024-06-11 17:43:02 -07:00
parent 62df715655
commit daf1669e70
+1 -1
View File
@@ -32,7 +32,7 @@ function dispatchAPIEventData(data) {
}
app.ui.dialog.show(message);
if (error.response) {
if (msg.node_errors) {
app.lastNodeErrors = msg.node_errors;
app.canvas.draw(true, true);
}