1
0
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:
Mateusz Kwasniewski 2025-03-10 10:16:36 +01:00 committed by GitHub
parent 220550071f
commit 6d02e33680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ export const useApiTokenTable = (
width: 50,
},
{
Header: 'Username',
Header: 'Token name',
accessor: 'username',
Cell: HighlightCell,
minWidth: 35,