Fixed sort order in strains list
This commit is contained in:
parent
391b15cf92
commit
1ee73a342e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Controller.extend({
|
||||
sortParams: ['fullNameMU', 'totalMeasurements'],
|
||||
sortParams: ['sortOrder'],
|
||||
sortedStrains: Ember.computed.sort('model', 'sortParams'),
|
||||
});
|
||||
|
|
Reference in a new issue