Skip to content

Commit d5c42f1

Browse files
committed
refactor(web-app): users/auth: fix renamed property on saml settings ui
1 parent 8d92ae4 commit d5c42f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/app/admin/admin-authentication/admin-authentication-saml/admin-authentication-saml.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
<mat-form-field appearance="outline">
205205
<mat-label>RAC Comparison</mat-label>
206-
<mat-select [(ngModel)]="strategy.settings.RACComparison" (selectionChange)="setDirty(true)">
206+
<mat-select [(ngModel)]="strategy.settings.racComparison" (selectionChange)="setDirty(true)">
207207
<mat-option *ngFor="let rac of racs" [value]="rac.value">
208208
{{rac.viewValue}}
209209
</mat-option>

0 commit comments

Comments
 (0)