Recent bookmarks route: Sort by added not lastmodified

This commit is contained in:
Marcel Klehr 2020-04-18 15:14:32 +02:00
parent 8f57852042
commit ae4414a277
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ export default {
return dispatch(actions.FETCH_PAGE)
},
[actions.FILTER_BY_RECENT]({ dispatch, commit }, search) {
commit(mutations.SET_QUERY, { sortby: 'lastmodified' })
commit(mutations.SET_QUERY, { sortby: 'added' })
return dispatch(actions.FETCH_PAGE)
},
[actions.FILTER_BY_SEARCH]({ dispatch, commit }, search) {