Skip to content

Commit 6b216a4

Browse files
authored
Merge pull request #1155 from nscuro/backport-pr-1154
2 parents 928380a + f648677 commit 6b216a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/portfolio/components/ComponentSearch.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export default {
279279
},
280280
{
281281
title: this.$t('message.swid_tagid'),
282-
field: 'swid',
282+
field: 'swidTagId',
283283
sortable: true,
284284
formatter(value, row, index) {
285285
return xssFilters.inHTMLData(common.valueWithDefault(value, ''));

0 commit comments

Comments
 (0)