From 5dcb0f191337b13853ff0990877e8d328b332a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Fri, 30 Jun 2023 11:15:25 +0100 Subject: [PATCH] fix: demo flow with split strategy button by making step optional (#4125) This fixes the demo flow by making the strategy popup step optional. This way the demo works whether the flag is enabled or not. Once we make the split strategy button GA, we can remove this step entirely. Feel free to re-enable the flag once this is deployed to demo. --- frontend/src/component/demo/demo-topics.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/demo/demo-topics.tsx b/frontend/src/component/demo/demo-topics.tsx index 1f406c22e2..a0918e5ef3 100644 --- a/frontend/src/component/demo/demo-topics.tsx +++ b/frontend/src/component/demo/demo-topics.tsx @@ -147,6 +147,7 @@ export const TOPICS: ITutorialTopic[] = [ ), placement: 'right', + optional: true, backCloseModal: true, }, {