1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(access-control): fix dt column header typo [EE-7113] (#11853)

This commit is contained in:
Chaim Lev-Ari 2024-08-28 13:37:12 -06:00 committed by GitHub
parent 0b37b677c1
commit 6e14ac583b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ import { helper } from './helper';
export const role = helper.accessor('Role.Name', {
cell: RoleCell,
header: 'Role',
meta: {
width: 320,
},