Skip to content
Snippets Groups Projects
Commit 7391f283 authored by Janis Daniel Dähne's avatar Janis Daniel Dähne
Browse files

- group exercises are now sorted by last updated at by default

parent 11f3b71a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ import Logger from './helpers/logger'
* y - breaking changes / new features
* z - fixes, small changes
*/
export const versionString = '2.10.0'
export const versionString = '2.10.1'
export const supportMail = 'yapex@informatik.uni-halle.de'
......
......@@ -123,7 +123,8 @@ export function reducer(state: State = initial, action: AllActions): State {
userGroup: p,
pagination: {
...getInitialPaginationData(),
orderByProp: 'displayName',
orderByProp: 'lastUpdatedAt',
isOrderByDesc: true,
pageSize: pageSize
},
exercisePreviews: [] as any,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment