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

pull/11582/merge
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
1 changed files with 1 additions and 0 deletions

View File

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