Skip to content

Commit

Permalink
change column name of data_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk committed Mar 25, 2024
1 parent b14ec5d commit ed2b7f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/TeamMembers/TeamMembers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const TeamMembers = () => {
),
team: teams.length,
epost: principal_name,
data_admins: groups.filter((group) => group.uniform_name.endsWith('data-admins')).length,
data_admin: groups.filter((group) => group.uniform_name.endsWith('data-admins')).length,
seksjon: section_name, // Makes section name searchable and sortable in table by including the field
seksjonsleder: formatDisplayName(
section_manager && section_manager.length > 0
Expand Down Expand Up @@ -113,8 +113,8 @@ const TeamMembers = () => {
label: 'Team',
},
{
id: 'data_admins',
label: 'Som data-admin',
id: 'data_admin',
label: 'Data-admin roller',
},
{
id: 'seksjonsleder',
Expand Down

0 comments on commit ed2b7f0

Please sign in to comment.