mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
feat: explain complete feature name (#8120)
This commit is contained in:
parent
47753b90b2
commit
e8fee92838
@ -72,12 +72,12 @@ export const MarkCompletedDialogue = ({
|
|||||||
mb: 4,
|
mb: 4,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Marking the feature flag as complete does not affect any
|
Marking the feature <b>{featureId}</b> as complete does not
|
||||||
configuration, but it moves the feature flag into it’s next
|
affect any configuration, but it moves the feature flag into
|
||||||
life cycle stage and is an indication that you have learned
|
it’s next life cycle stage and is an indication that you
|
||||||
what you needed in order to progress with the feature. It
|
have learned what you needed in order to progress with the
|
||||||
serves as a reminder to start cleaning up the feature flag
|
feature. It serves as a reminder to start cleaning up the
|
||||||
and removing it from the code.
|
feature flag and removing it from the code.
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Typography
|
<Typography
|
||||||
|
Loading…
Reference in New Issue
Block a user