Skip to content

Commit

Permalink
alias column is not sortable
Browse files Browse the repository at this point in the history
Signed-off-by: Valentijn Scholten <valentijnscholten@gmail.com>
  • Loading branch information
valentijnscholten committed Feb 16, 2023
1 parent 9d7266d commit d4fe818
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/views/portfolio/projects/ComponentVulnerabilities.vue
Expand Up @@ -41,7 +41,6 @@
{
title: this.$t('message.aliases'),
field: "aliases",
sortable: true,
visible: false,
formatter(value, row, index) {
if (typeof value !== 'undefined') {
Expand Down
1 change: 0 additions & 1 deletion src/views/portfolio/projects/ProjectFindings.vue
Expand Up @@ -140,7 +140,6 @@
{
title: this.$t('message.aliases'),
field: "vulnerability.aliases",
sortable: true,
visible: false,
formatter(value, row, index) {
if (typeof value !== 'undefined') {
Expand Down
1 change: 0 additions & 1 deletion src/views/portfolio/vulnerabilities/VulnerabilityList.vue
Expand Up @@ -64,7 +64,6 @@
{
title: this.$t('message.aliases'),
field: "aliases",
sortable: true,
visible: false,
formatter(value, row, index) {
if (typeof value !== 'undefined') {
Expand Down

0 comments on commit d4fe818

Please sign in to comment.