Skip to content

Commit

Permalink
Fix broken ordering by SWID Tag ID in component search view
Browse files Browse the repository at this point in the history
Fixes #1153

Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Jan 29, 2025
1 parent 928380a commit f648677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portfolio/components/ComponentSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export default {
},
{
title: this.$t('message.swid_tagid'),
field: 'swid',
field: 'swidTagId',
sortable: true,
formatter(value, row, index) {
return xssFilters.inHTMLData(common.valueWithDefault(value, ''));
Expand Down

0 comments on commit f648677

Please sign in to comment.