Skip to content

Commit

Permalink
Merge pull request #767 from nscuro/issue-764
Browse files Browse the repository at this point in the history
Fix `Components` column erroneously being sortable
  • Loading branch information
nscuro authored Mar 7, 2024
2 parents b1dfaa9 + fbce432 commit 6ac4f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portfolio/projects/ProjectList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default {
{
title: this.$t('message.components'),
field: 'metrics.components',
sortable: true,
sortable: false,
visible: false,
},
{
Expand Down

0 comments on commit 6ac4f45

Please sign in to comment.