Sort alphabetically, A first
This commit is contained in:
parent
1729d41509
commit
62b7a07189
|
@ -28,7 +28,7 @@ export default Controller.extend(
|
|||
pageSize: readOnly('userSettings.pageSize'),
|
||||
|
||||
sortProperty: 'id',
|
||||
sortDescending: true,
|
||||
sortDescending: false,
|
||||
|
||||
listToSort: alias('model'),
|
||||
sortedVolumes: alias('listSorted'),
|
||||
|
|
Loading…
Reference in New Issue