We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2409411 commit 6d41a61Copy full SHA for 6d41a61
1 file changed
src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.ts
@@ -323,7 +323,7 @@ export class DsDynamicOneboxComponent extends DsDynamicVocabularyComponent imple
323
this.previousValue = result;
324
this.cdr.detectChanges();
325
}
326
- if (hasValue(this.currentValue.otherInformation)) {
+ if (hasValue(this.currentValue?.otherInformation)) {
327
const infoKeys = Object.keys(this.currentValue.otherInformation);
328
this.setMultipleValuesForOtherInfo(infoKeys, this.currentValue);
329
0 commit comments