fix issue with missing labels in the mydspace page

This commit is contained in:
Giuseppe Digilio
2021-06-24 12:05:00 +02:00
parent 3ca1e61a8c
commit 4b6a0d8aa2

View File

@@ -1,7 +1,8 @@
<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"
attr.aria-labelledby="configuration-switch"
[compareWith]="compare"
[(ngModel)]="selectedOption"
(change)="onSelect()">