mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-18 01:18:23 +02:00
parent
51336568b1
commit
b4c888a78f
@ -53,7 +53,7 @@ export const CreateFlag: FC<{ project: string }> = ({ project }) => {
|
|||||||
</TitleContainer>
|
</TitleContainer>
|
||||||
<div>
|
<div>
|
||||||
<p>The project currently holds no feature flags.</p>
|
<p>The project currently holds no feature flags.</p>
|
||||||
<p>Create a feature flag to get started.</p>
|
<p>Create one to get started.</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Button href={`projects/${project}`} variant='contained'>
|
<Button href={`projects/${project}`} variant='contained'>
|
||||||
|
Loading…
Reference in New Issue
Block a user