remove ID col
This commit is contained in:
parent
eca3bb8e71
commit
5c317ba477
1 changed files with 0 additions and 5 deletions
|
@ -45,11 +45,6 @@ export const UsersInRoleTab = () => {
|
|||
ariaLabelKey="roles:roleList"
|
||||
searchPlaceholderKey=""
|
||||
columns={[
|
||||
{
|
||||
name: "id",
|
||||
displayKey: "roles:id",
|
||||
cellFormatters: [emptyFormatter()],
|
||||
},
|
||||
{
|
||||
name: "username",
|
||||
displayKey: "roles:userName",
|
||||
|
|
Loading…
Reference in a new issue