Skip to content

Commit

Permalink
Merge branch 'feature/CXSPA-8679' of https://github.com/SAP/spartacus
Browse files Browse the repository at this point in the history
…into feature/CXSPA-8679
  • Loading branch information
steinsebastian committed Oct 23, 2024
2 parents fb5af79 + f956d5e commit 2a737bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
bindValue="code"
formControlName="titleCode"
id="title-select"
[cxNgSelectA11y]="{
ariaLabel: 'register.title' | cxTranslate,
}"
[cxNgSelectA11y]="{}"
>
</ng-select>
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import { RegisterComponent } from './register.component';
I18nModule,
SpinnerModule,
FormErrorsModule,
NgSelectModule,
NgSelectA11yModule,
NgSelectModule,
PasswordVisibilityToggleModule,
FeaturesConfigModule,
],
Expand Down

0 comments on commit 2a737bf

Please sign in to comment.