Skip to content

Commit

Permalink
[UI] EVEREST-1683 Add sorting for backup table in details overview card
Browse files Browse the repository at this point in the history
#851

Co-authored-by: Fábio Silva <[email protected]>
  • Loading branch information
dianabirs and fabio-silva authored Nov 20, 2024
1 parent c96bab8 commit 7396e33
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ export const BackupsDetails = ({
pageSize: 5,
pageIndex: 0,
},
sorting: [
{
id: 'created',
desc: true,
},
],
}}
tableName="backupList"
noDataMessage={Messages.titles.noData}
Expand Down

0 comments on commit 7396e33

Please sign in to comment.