Skip to content

Commit

Permalink
fix: sort by updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed May 22, 2024
1 parent 1444c22 commit 16a23c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tapis-hooks/apps/useList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import QueryKeys from './queryKeys';
export const defaultParams: Apps.GetAppsRequest = {
select: 'jobAttributes,version,updated,isPublic,owner,sharedWithUsers',
listType: Apps.ListTypeEnum.All,
orderBy: 'updated(desc)',
};

const useList = (
Expand Down

0 comments on commit 16a23c1

Please sign in to comment.