mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Fix test A/B add share button to the workspace
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user