Skip to content

Commit

Permalink
Merge pull request #1154 from nscuro/issue-1153
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Jan 29, 2025
2 parents b2e38c9 + 111b1f2 commit b0a55cf
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 b0a55cf

Please sign in to comment.