Fixes bug on DMP listing criteria.

This commit is contained in:
gkolokythas 2019-05-22 09:49:19 +03:00
parent aee9ce7c9c
commit 496b0bcf4e
1 changed files with 0 additions and 1 deletions

View File

@ -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">