Skip to content

Commit

Permalink
fix: add missing indicatorType description
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Nov 28, 2024
1 parent 0463372 commit 85cdd01
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/lib/sectionList/listViews/sectionListViewsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,26 @@ export const modelListViewsConfig = {
default: ['indicatorType'],
},
},
indicatorType: {
columns: {
default: [
'name',
{ label: i18n.t('Factor'), path: 'factor' },
'lastUpdated',
],
available: [
'code',
'created',
'createdBy',
'href',
'id',
'lastUpdatedBy',
],
},
filters: {
default: [],
},
},
categoryOptionGroupSet: {
columns: {
default: [
Expand Down

0 comments on commit 85cdd01

Please sign in to comment.