1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

feat: explain complete feature name (#8120)

This commit is contained in:
Mateusz Kwasniewski 2024-09-06 12:45:06 +02:00 committed by GitHub
parent 47753b90b2
commit e8fee92838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,12 +72,12 @@ export const MarkCompletedDialogue = ({
mb: 4,
}}
>
Marking the feature flag as complete does not affect any
configuration, but it moves the feature flag into its next
life cycle stage and is an indication that you have learned
what you needed in order to progress with the feature. It
serves as a reminder to start cleaning up the feature flag
and removing it from the code.
Marking the feature <b>{featureId}</b> as complete does not
affect any configuration, but it moves the feature flag into
its next life cycle stage and is an indication that you
have learned what you needed in order to progress with the
feature. It serves as a reminder to start cleaning up the
feature flag and removing it from the code.
</Box>
<Typography