From cba9c2ca474ebf73e119d79a324753546e47f871 Mon Sep 17 00:00:00 2001 From: Joan Date: Mon, 24 Sep 2018 15:04:13 +0200 Subject: [PATCH] Removed default order #591 --- client/core/src/components/drop-down/drop-down.js | 1 - 1 file changed, 1 deletion(-) 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;