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:
parent
dc52c95787
commit
5dcb0f1913
@ -147,6 +147,7 @@ export const TOPICS: ITutorialTopic[] = [
|
||||
</Description>
|
||||
),
|
||||
placement: 'right',
|
||||
optional: true,
|
||||
backCloseModal: true,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user