fix: node_error proxy
This commit is contained in:
parent
62df715655
commit
daf1669e70
@ -32,7 +32,7 @@ function dispatchAPIEventData(data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.ui.dialog.show(message);
|
app.ui.dialog.show(message);
|
||||||
if (error.response) {
|
if (msg.node_errors) {
|
||||||
app.lastNodeErrors = msg.node_errors;
|
app.lastNodeErrors = msg.node_errors;
|
||||||
app.canvas.draw(true, true);
|
app.canvas.draw(true, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user