Fixes bug on DMP listing criteria.
This commit is contained in:
parent
aee9ce7c9c
commit
496b0bcf4e
|
@ -40,7 +40,6 @@
|
|||
<div *ngIf="showProject" class="col-10 gray-container">
|
||||
<h6 class="category-title">{{ 'CRITERIA.DMP.RELATED-COLLABORATORS' | translate}}</h6>
|
||||
<mat-form-field>
|
||||
<input matInput placeholder="{{ 'CRITERIA.DMP.SELECT-COLLABORATORS' | translate }}">
|
||||
<app-multiple-auto-complete [formControl]="formGroup.get('collaborators')"
|
||||
placeholder="{{'CRITERIA.DMP.SELECT-COLLABORATORS' | translate}}"
|
||||
[configuration]="collaboratorsAutoCompleteConfiguration">
|
||||
|
|
Loading…
Reference in New Issue