Skip to content

Commit 1c86119

Browse files
committed
fix: Cannot sort by role on member settings, closes outline#7986
1 parent c629006 commit 1c86119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scenes/Settings/components/PeopleTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function PeopleTable({ canManage, ...rest }: Props) {
5252
),
5353
},
5454
{
55-
id: "isAdmin",
55+
id: "role",
5656
Header: t("Role"),
5757
accessor: "rank",
5858
Cell: observer(({ row }: { row: { original: User } }) => (

0 commit comments

Comments
 (0)