Loading client/src/control-generator-mod/ControlGeneratorMod.js +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ export default class ControlGeneratorMod extends UIComponent{ this.sanityChecks.push({field: field, check: (field) => f(field, structure)}) break; case 'defaultValue': const value = f(context) const value = f(structure, this.workflow) if (value !== undefined) field.setValue(value) break; case 'defaultChecked': Loading Loading
client/src/control-generator-mod/ControlGeneratorMod.js +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ export default class ControlGeneratorMod extends UIComponent{ this.sanityChecks.push({field: field, check: (field) => f(field, structure)}) break; case 'defaultValue': const value = f(context) const value = f(structure, this.workflow) if (value !== undefined) field.setValue(value) break; case 'defaultChecked': Loading