Skip to content

Commit

Permalink
Merge pull request #1715 from deepfence/ui-sort-cloud-res-by-scanstatus
Browse files Browse the repository at this point in the history
Cloud resource table sort by posture scan status
  • Loading branch information
milan-deepfence authored Nov 3, 2023
2 parents e5cc1e3 + 8b04a60 commit 6cc38a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ const DataTable = () => {
minSize: 60,
size: 100,
maxSize: 300,
enableSorting: false,
enableSorting: true,
}),
columnHelper.accessor('account_id', {
cell: (info) => {
Expand Down

0 comments on commit 6cc38a0

Please sign in to comment.