diff --git a/client/core/src/components/drop-down/drop-down.js b/client/core/src/components/drop-down/drop-down.js index e0fdbcd9de..7494a4586a 100755 --- a/client/core/src/components/drop-down/drop-down.js +++ b/client/core/src/components/drop-down/drop-down.js @@ -10,7 +10,6 @@ export default class DropDown extends Component { this.$translate = $translate; this.valueField = 'id'; - this.showField = 'name'; this._search = undefined; this._activeOption = -1; this.showLoadMore = true;