mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Fix error message
This commit is contained in:
@@ -142,7 +142,9 @@
|
|||||||
(modal/show! {:type :onboarding-newsletter})
|
(modal/show! {:type :onboarding-newsletter})
|
||||||
|
|
||||||
(contains? cf/flags :onboarding-team)
|
(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")]
|
onboarding-a-b-test? (cf/external-feature-flag "signup-background" "test")]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user