mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-23 00:16:25 +01:00
feat: rename api token column (#9445)
This commit is contained in:
parent
220550071f
commit
6d02e33680
@ -38,7 +38,7 @@ export const useApiTokenTable = (
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
Header: 'Username',
|
||||
Header: 'Token name',
|
||||
accessor: 'username',
|
||||
Cell: HighlightCell,
|
||||
minWidth: 35,
|
||||
|
Loading…
Reference in New Issue
Block a user