We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c2ac2 commit b22020cCopy full SHA for b22020c
src/components/blocks/field.js
@@ -141,7 +141,7 @@ class Field extends ProcessSchema {
141
else {
142
var errorMsg = "Can't determine which object property this input should be assigned to. Please specify manually in Process Graph mode.";
143
console.warn(errorMsg);
144
- this.block.blocks.showError(errorMsg);
+ throw errorMsg;
145
// ToDo: It is not quite clear what to do when multiple refs are available.
146
}
147
0 commit comments