Skip to content

Commit

Permalink
refactor(web-app): users/auth: fix renamed property on saml settings ui
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Nov 22, 2024
1 parent 8d92ae4 commit d5c42f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

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

0 comments on commit d5c42f1

Please sign in to comment.