Skip to content

Commit 41666c5

Browse files
committed
Merge remote-tracking branch 'origin/backlog/compliance-evaluation' into backlog/compliance-evaluation
2 parents 58bd6b2 + 2a6d876 commit 41666c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/compliance/shared/components/utm-compliance-control-create/utm-compliance-control-create.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<label class="pb-1" for="standard">Standard</label>
3131
<app-utm-cp-standard-select
3232
(standardSelect)="onStandardChange($event)"
33-
[standardId]="control && control.section ? control.section.standardId : null"
33+
[standardId]="control && control.section ? control.section.standard.id : null"
3434
id="standard"
3535
[showAdd] = false>
3636
</app-utm-cp-standard-select>

0 commit comments

Comments
 (0)