0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Merge pull request #5440 from penpot/palba-ab-share-in-workspace

 Fix test A/B add share button to the workspace
This commit is contained in:
Andrey Antukh 2024-12-10 13:48:49 +01:00 committed by GitHub
commit 36121d862d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}