mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
Update frontend/src/component/admin/apiToken/ApiTokenForm/useApiTokenForm.ts
Co-authored-by: Nuno Góis <github@nunogois.com>
This commit is contained in:
parent
b80f5cbb82
commit
32759b74fe
@ -32,7 +32,7 @@ export const useApiTokenForm = (project?: string) => {
|
||||
{
|
||||
key: TokenType.FRONTEND,
|
||||
label: 'Frontend SDK',
|
||||
title: 'Creates a frontend token to connect from a frontend SDK',
|
||||
title: 'Creates a frontend token to connect a frontend SDK',
|
||||
enabled:
|
||||
useHasRootAccess(CREATE_FRONTEND_API_TOKEN) ||
|
||||
hasCreateProjectTokenPermission,
|
||||
|
Loading…
Reference in New Issue
Block a user