diff --git a/frontend/src/component/demo/demo-topics.tsx b/frontend/src/component/demo/demo-topics.tsx
index df2356ddfb..442da2002d 100644
--- a/frontend/src/component/demo/demo-topics.tsx
+++ b/frontend/src/component/demo/demo-topics.tsx
@@ -151,6 +151,17 @@ export const TOPICS: ITutorialTopic[] = [
optional: true,
backCloseModal: true,
},
+ {
+ target: 'button[data-testid="STRATEGY_TARGETING_TAB"]',
+ content: (
+ <>
+
+ Select the Targeting tab.
+
+ >
+ ),
+ backCloseModal: true,
+ },
{
target: 'button[data-testid="ADD_CONSTRAINT_BUTTON"]',
content: (
@@ -468,6 +479,17 @@ export const TOPICS: ITutorialTopic[] = [
),
},
+ {
+ target: 'button[data-testid="STRATEGY_TARGETING_TAB"]',
+ content: (
+ <>
+
+ Select the Targeting tab.
+
+ >
+ ),
+ backCloseModal: true,
+ },
{
target: 'button[data-testid="ADD_CONSTRAINT_BUTTON"]',
content: (
@@ -574,6 +596,17 @@ export const TOPICS: ITutorialTopic[] = [
),
},
+ {
+ target: 'button[data-testid="STRATEGY_VARIANTS_TAB"]',
+ content: (
+ <>
+
+ Select the Variants tab.
+
+ >
+ ),
+ backCloseModal: true,
+ },
{
target: 'button[data-testid="ADD_STRATEGY_VARIANT_BUTTON"]',
content: (
diff --git a/frontend/src/component/feature/FeatureStrategy/FeatureStrategyForm/NewFeatureStrategyForm.tsx b/frontend/src/component/feature/FeatureStrategy/FeatureStrategyForm/NewFeatureStrategyForm.tsx
index d590f30ee2..6c1c1967bd 100644
--- a/frontend/src/component/feature/FeatureStrategy/FeatureStrategyForm/NewFeatureStrategyForm.tsx
+++ b/frontend/src/component/feature/FeatureStrategy/FeatureStrategyForm/NewFeatureStrategyForm.tsx
@@ -451,6 +451,7 @@ export const NewFeatureStrategyForm = ({
Targeting
@@ -460,6 +461,7 @@ export const NewFeatureStrategyForm = ({
/>
{showVariants && (
Variants