diff --git a/src/components/_classes/nested/NestedComponent.js b/src/components/_classes/nested/NestedComponent.js index 4804af4401..c94b5a5176 100644 --- a/src/components/_classes/nested/NestedComponent.js +++ b/src/components/_classes/nested/NestedComponent.js @@ -935,6 +935,9 @@ export default class NestedComponent extends Field { } setValue(value, flags = {}) { + if (!value) { + return false; + } // If the value is equal to the empty value, then this means we need to reset the values. if (_.isEqual(value, this.emptyValue)) { // TO-DO: For a future major release, we need to investigate removing the need for the