mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Fix error message
This commit is contained in:
parent
f99239341f
commit
3bbee9532f
1 changed files with 3 additions and 1 deletions
|
@ -142,7 +142,9 @@
|
|||
(modal/show! {:type :onboarding-newsletter})
|
||||
|
||||
(contains? cf/flags :onboarding-team)
|
||||
(modal/show! {:type :onboarding-team}))))
|
||||
(modal/show! {:type :onboarding-team})
|
||||
:else ;;remove this else condition when Penpot Tokens Studio is ready to be merged into Penpot
|
||||
(modal/hide!))))
|
||||
|
||||
onboarding-a-b-test? (cf/external-feature-flag "signup-background" "test")]
|
||||
|
||||
|
|
Loading…
Reference in a new issue