mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: project tokens path typo (#6468)
Noticed a small typo in the path shown in the project API access side panel.
This commit is contained in:
parent
8f2631e418
commit
9148820a8f
@ -53,7 +53,7 @@ export const CreateProjectApiTokenForm = () => {
|
||||
|
||||
usePageTitle(pageTitle);
|
||||
|
||||
const PATH = `api/admin/project/${projectId}/api-tokens`;
|
||||
const PATH = `api/admin/projects/${projectId}/api-tokens`;
|
||||
const permission = CREATE_PROJECT_API_TOKEN;
|
||||
|
||||
const handleSubmit = async (e: Event) => {
|
||||
|
Loading…
Reference in New Issue
Block a user