mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
fix issue with missing labels in the mydspace page
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
<div *ngIf="configurationList?.length > 1" class="search-switch-configuration">
|
<div *ngIf="configurationList?.length > 1" class="search-switch-configuration">
|
||||||
<h5>{{ 'search.switch-configuration.title' | translate}}</h5>
|
<h5 id="configuration-switch">{{ 'search.switch-configuration.title' | translate}}</h5>
|
||||||
|
|
||||||
<select class="form-control"
|
<select class="form-control"
|
||||||
|
attr.aria-labelledby="configuration-switch"
|
||||||
[compareWith]="compare"
|
[compareWith]="compare"
|
||||||
[(ngModel)]="selectedOption"
|
[(ngModel)]="selectedOption"
|
||||||
(change)="onSelect()">
|
(change)="onSelect()">
|
||||||
|
Reference in New Issue
Block a user