diff --git a/frontend/app/components/FFlags/NewFFlag/Multivariant.tsx b/frontend/app/components/FFlags/NewFFlag/Multivariant.tsx index f8ed98651..2a16a0c65 100644 --- a/frontend/app/components/FFlags/NewFFlag/Multivariant.tsx +++ b/frontend/app/components/FFlags/NewFFlag/Multivariant.tsx @@ -94,7 +94,7 @@ function Multivariant() {
) => variant.setPayload(e.target.value) diff --git a/frontend/app/components/FFlags/NewFFlag/NewFFlag.tsx b/frontend/app/components/FFlags/NewFFlag/NewFFlag.tsx index c7e4d7abd..1389b1c54 100644 --- a/frontend/app/components/FFlags/NewFFlag/NewFFlag.tsx +++ b/frontend/app/components/FFlags/NewFFlag/NewFFlag.tsx @@ -149,7 +149,7 @@ function NewFFlag({ siteId, fflagId }: { siteId: string; fflagId?: string }) {
@@ -199,7 +199,7 @@ function NewFFlag({ siteId, fflagId }: { siteId: string; fflagId?: string }) { show={current.conditions.length === 0} title={'The flag will be available for 100% of the user sessions.'} subtext={ -
+
Set up condition sets to restrict the rollout.