0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Fix test A/B add share button to the workspace

This commit is contained in:
Pablo Alba 2024-12-10 13:33:04 +01:00
parent 39da7d7ab6
commit d8964a69bc

View file

@ -250,7 +250,9 @@
:on-click toggle-history}
i/history]])
(when (cf/external-feature-flag "share-01" "test")
(when (and
(not (:is-default team))
(cf/external-feature-flag "share-01" "test"))
[:a {:class (stl/css :viewer-btn)
:title (tr "workspace.header.share")
:on-click open-share-dialog}