Fix measurement sort order
This commit is contained in:
parent
6e7e04f225
commit
e10426d867
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
import SortableController from '../sortable';
|
||||
|
||||
export default SortableController.extend({
|
||||
sortBy: 'characteristicName'
|
||||
sortBy: 'characteristic',
|
||||
});
|
||||
|
|
Reference in a new issue