Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk committed Dec 17, 2024
1 parent 94a7002 commit 7041787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TeamDetail/TeamDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const TeamDetail = () => {
text={section_name}
/>
),
seksjon: section_name,
seksjon: section_name, // Makes section name searchable and sortable in table by including the field
gruppe: formatUserGroups(response.team as Team, userGroups),
epost: principal_name,
editUser: renderEditUserLink(display_name, principal_name, userGroups),
Expand Down

0 comments on commit 7041787

Please sign in to comment.