Skip to content

Commit 5e926ab

Browse files
fix: types
1 parent 481fc12 commit 5e926ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/ColumnPicker.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const columnLabels = computed(() => ({
5454
maintenanceScore: $t('filters.columns.maintenance_score'),
5555
combinedScore: $t('filters.columns.combined_score'),
5656
security: $t('filters.columns.security'),
57+
selection: $t('filters.columns.selection'),
5758
}))
5859
5960
function getColumnLabel(id: ColumnId): string {

0 commit comments

Comments
 (0)