mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
fix: Remove the info from the variants page (#4937)
Remove the info from the variants page Closes # [UNL-231](https://linear.app/unleash/issue/UNL-231/remove-the-info-from-the-variants-page) <img width="1408" alt="Screenshot 2023-10-05 at 15 11 33" src="https://github.com/Unleash/unleash/assets/104830839/68bac945-af00-4c9b-ae6d-faeed92ec4bb"> Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
78ed89ee48
commit
bf527cdbb0
@ -264,7 +264,6 @@ export const FeatureEnvironmentVariants = () => {
|
|||||||
</PageHeader>
|
</PageHeader>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<VariantInfoAlert mode='feature' />
|
|
||||||
<StrategyVariantsPreferredAlert />
|
<StrategyVariantsPreferredAlert />
|
||||||
{environments.map((environment) => {
|
{environments.map((environment) => {
|
||||||
const otherEnvsWithVariants = environments.filter(
|
const otherEnvsWithVariants = environments.filter(
|
||||||
|
Loading…
Reference in New Issue
Block a user