We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c629006 commit 1c86119Copy full SHA for 1c86119
app/scenes/Settings/components/PeopleTable.tsx
@@ -52,7 +52,7 @@ function PeopleTable({ canManage, ...rest }: Props) {
52
),
53
},
54
{
55
- id: "isAdmin",
+ id: "role",
56
Header: t("Role"),
57
accessor: "rank",
58
Cell: observer(({ row }: { row: { original: User } }) => (
0 commit comments