fix: node_error proxy

This commit is contained in:
bennykok 2024-06-07 13:20:06 -07:00
parent 62df715655
commit daf1669e70

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);
}