Fix arrow display on members' sort by role
This commit is contained in:
@@ -86,7 +86,8 @@ export default {
|
||||
{
|
||||
displayName: 'Workspace Role',
|
||||
attr: 'role',
|
||||
sortFunc: alphabeticalSort
|
||||
sortFunc: alphabeticalSort,
|
||||
width: "20%"
|
||||
},
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user