mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:26:51 +00:00
Reverting changes from PR#1427 as it is causing regression
This commit is contained in:
parent
2b5a4e3a7c
commit
d42e7b234c
@ -16,7 +16,7 @@
|
||||
|
||||
<div class="col-sm-3">
|
||||
<select id="documentTypeId" ng-model="formData.documentTypeId"
|
||||
ng-options="documenttype.id as translate(documenttype.name) for documenttype in documenttypes"
|
||||
ng-options="documenttype.id as documenttype.name for documenttype in documenttypes"
|
||||
value="{{documenttype.id}}" required="required" class="form-control">
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user