Skip to content

Commit

Permalink
Merged in groups (pull request ant-design#138)
Browse files Browse the repository at this point in the history
Changed column display name
  • Loading branch information
Sandeep Gandham committed Jun 17, 2022
2 parents 3cbce1c + b1f2240 commit 13a35c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Groups/TableList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function TableList({ groupType, getGroups, columns, standardMachineGroups, getPa
}

const updateColumnTitle = () => {
columns[1].title = groupType === 'USER' ? 'Users count' : 'Machines count'
columns[1].title = groupType === 'USER' ? 'User count' : 'Machine count'
return null;
}

Expand Down

0 comments on commit 13a35c0

Please sign in to comment.