Sort alphabetically, A first

This commit is contained in:
Michael Lange 2020-04-03 18:32:26 -07:00
parent 1729d41509
commit 62b7a07189
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export default Controller.extend(
pageSize: readOnly('userSettings.pageSize'),
sortProperty: 'id',
sortDescending: true,
sortDescending: false,
listToSort: alias('model'),
sortedVolumes: alias('listSorted'),