mirror of https://github.com/portainer/portainer
fix(access-control): fix dt column header typo [EE-7113] (#11853)
parent
0b37b677c1
commit
6e14ac583b
|
@ -12,6 +12,7 @@ import { helper } from './helper';
|
|||
|
||||
export const role = helper.accessor('Role.Name', {
|
||||
cell: RoleCell,
|
||||
header: 'Role',
|
||||
meta: {
|
||||
width: 320,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue