diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html index 9fff7364727c204683c6e72c60e99fc20d895ce5..461d7ecf9a8f2b53055292017bc35cae6d5dd5c9 100644 --- a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html +++ b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html @@ -90,7 +90,7 @@ </ng-container> <ng-container *ngSwitchCase="'enumeration'"> <mat-select placeholder="Choisissez une valeur" [ngModel]="element.valeurFixe" - (ngModelChange)=setNodeValue(element,$event)" class="select-border"> + (ngModelChange)="setNodeValue(element,$event)" class="select-border"> <mat-option [value]=""></mat-option> <mat-option *ngFor="let val of element.enumeration" [value]="val">{{val}}</mat-option> </mat-select>