Fix arrow display on members' sort by role

This commit is contained in:
Montana 2018-12-04 10:37:28 -05:00
parent d638771204
commit 596d5d46a9

View File

@ -86,7 +86,8 @@ export default {
{
displayName: 'Workspace Role',
attr: 'role',
sortFunc: alphabeticalSort
sortFunc: alphabeticalSort,
width: "20%"
},
]