Skip to content

Commit

Permalink
Merge pull request #3189 from CVEProject/tat-3188-relevancy
Browse files Browse the repository at this point in the history
Resolves #3188 relevancy
  • Loading branch information
athu-tran authored Oct 17, 2024
2 parents 78ff71d + b9f693f commit 5b5cbc8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/stores/cveListSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ export const useCveListSearchStore = defineStore('cveListSearch ', {
direction: 'asc',
label: 'CVE ID (old to new)',
selected: false
},
{
field: 'relevancy',
direction: 'desc',
label: 'Relevancy (most to least)',
selected: false
},
{
field: 'relevancy',
direction: 'asc',
label: 'Relevancy (least to most)',
selected: false
}
],
numberPerPageOptions: [25, 50, 100, 200],
Expand Down

0 comments on commit 5b5cbc8

Please sign in to comment.