Skip to content

Commit f130702

Browse files
alisaismailatiSimone-Ramundi
authored andcommitted
[CST-15850] removed logs
1 parent ac6d3a4 commit f130702

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,9 @@ export class DsDynamicFormControlContainerComponent extends DynamicFormControlCo
583583

584584
isNotRequiredGroupAndEmpty(): boolean {
585585
const parent = this.model.parent;
586+
586587
if (hasValue(parent) && parent.type === 'GROUP') {
587-
console.log('this.model', this.model);
588-
console.log('parent', parent);
588+
589589
const groupHasSomeValue = parent.group.some(elem => !!elem.value);
590590

591591
if (!groupHasSomeValue && !parent.isRequired && parent.group?.length > 1) {

0 commit comments

Comments
 (0)