Skip to content

Commit

Permalink
fix(list): add formanem to column list
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Oct 24, 2023
1 parent 714baef commit 7234277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants/sectionListViewsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const defaultModelViewConfig = {
const modelListViewsConfig = {
dataElement: {
columns: {
available: ['zeroIsSignificant', 'categoryCombo'],
available: ['zeroIsSignificant', 'categoryCombo', 'formName'],
default: [
'name',
{ label: i18n.t('Domain'), path: 'domainType' },
Expand Down
1 change: 1 addition & 0 deletions src/lib/constants/translatedModelProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const TRANSLATED_PROPERTY: Record<string, string> = {
favorite: i18n.t('Favorite'),
href: i18n.t('API URL'),
id: i18n.t('Id'),
formName: i18n.t('Form name'),
lastUpdatedBy: i18n.t('Last updated by'),
created: i18n.t('Created'),
domainType: i18n.t('Domain type'),
Expand Down

0 comments on commit 7234277

Please sign in to comment.