mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: missing space in delete project message (#7771)
This commit is contained in:
parent
440c2b6661
commit
41c6d06093
@ -27,7 +27,7 @@ export const ApiTokenDocs = () => {
|
||||
};
|
||||
|
||||
const clientApiUrl = `${uiConfig.unleashUrl}/api/`;
|
||||
const frontendApiUrl = `${uiConfig.unleashUrl}/api/frontend`;
|
||||
const frontendApiUrl = `${uiConfig.unleashUrl}/api/frontend/`;
|
||||
|
||||
return (
|
||||
<Alert severity='info'>
|
||||
|
@ -44,7 +44,7 @@ export const DeleteProject = ({
|
||||
Before you can delete a project, you must first archive all the
|
||||
feature flags associated with it
|
||||
{isEnterprise() && automatedActionsEnabled
|
||||
? 'and disable all actions that are in it'
|
||||
? ' and disable all actions that are in it'
|
||||
: ''}
|
||||
.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user