Skip to content

Commit

Permalink
refactor: update vulnerability report sorting method
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Sviridkin <[email protected]>
  • Loading branch information
lexfrei committed May 12, 2024
1 parent e5dc87b commit 2cf1179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/grid/vulnerability-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function DataGrid({ reportUrl }) {
{
name: "Severity",
formatter: (_, row) => formatSeverity(row),
sorter: severitySorter,
sort: severitySorter,
},
"Fixed Version",
"Installed Version",
Expand Down

0 comments on commit 2cf1179

Please sign in to comment.