We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a4092 commit c53415fCopy full SHA for c53415f
mirage/views/user.ts
@@ -43,7 +43,7 @@ export function userPreprintList(this: HandlerContext, schema: Schema, request:
43
}
44
45
46
- const json = process(schema, request, this, preprints, { defaultSortKey: 'dateModified' });
+ const json = process(schema, request, this, preprints, { defaultSortKey: 'last_logged' });
47
return json;
48
49
0 commit comments