Removed default order #591

This commit is contained in:
Joan Sanchez 2018-09-24 15:04:13 +02:00
parent bde7f64cea
commit cba9c2ca47
1 changed files with 0 additions and 1 deletions

View File

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