Skip to content

Commit bee3fd9

Browse files
[DURACOM-444] fix authority in group, fix row style
1 parent ec6efd7 commit bee3fd9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/shared/form/builder/ds-dynamic-form-ui/models/relation-inline-group/dynamic-relation-inline-group.components.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ export class DsDynamicRelationInlineGroupComponent extends DynamicFormControlCom
167167
}
168168

169169
private getRowValue(formGroup: DynamicFormGroupModel) {
170-
let mainSecurityLevel;
171170
const mainRow = formGroup.group.find(itemModel => itemModel.name === this.model.name);
172171
const mainLanguage = (mainRow as any).language ?? null;
173172
const groupValue = Object.create({});

src/app/shared/form/builder/parsers/field-parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export abstract class FieldParser {
128128

129129
const layout: DynamicFormControlLayout = {
130130
grid: {
131-
group: 'form-row',
131+
group: 'row',
132132
},
133133
};
134134

0 commit comments

Comments
 (0)