1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

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.
This commit is contained in:
Nuno Góis 2023-06-30 11:15:25 +01:00 committed by GitHub
parent dc52c95787
commit 5dcb0f1913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,7 @@ export const TOPICS: ITutorialTopic[] = [
</Description>
),
placement: 'right',
optional: true,
backCloseModal: true,
},
{