Skip to content

Commit

Permalink
Update producer-edit-documents.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanKruusRIA authored Mar 14, 2019
1 parent edb33fb commit cdd27b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
#linkTypeEdit="ngModel"
[(ngModel)]="documents[i].type"
name="{{'linkType' + i}}" required>
<option [value]="''" disabled selected>Vali veebiviide liik...</option>
<option [value]="''" disabled selected>Vali veebiviite liik...</option>
<option *ngFor="let type of generalHelperService.toArray(classifiers.document_types)" [value]="type.code" selected>{{ type.value }}</option>
</select>
</div>
Expand Down

0 comments on commit cdd27b3

Please sign in to comment.