Skip to content

Commit

Permalink
feat: enable audit sort order at api level
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Apr 7, 2022
1 parent 2bead29 commit 5f0a2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Audit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Audit = withRouter(() => {
orgUid,
page: 1,
limit: constants.MAX_AUDIT_TABLE_SIZE,
useMockedResponse: true,
useMockedResponse: false,
order: auditSortOrder,
}),
);
Expand Down Expand Up @@ -171,7 +171,7 @@ const Audit = withRouter(() => {
orgUid: selectedOrgUid,
page: val + 1,
limit: constants.MAX_AUDIT_TABLE_SIZE,
useMockedResponse: true,
useMockedResponse: false,
order: auditSortOrder,
}),
)
Expand Down

0 comments on commit 5f0a2af

Please sign in to comment.