mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -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:
commit
36121d862d
1 changed files with 3 additions and 1 deletions
|
@ -250,7 +250,9 @@
|
||||||
:on-click toggle-history}
|
:on-click toggle-history}
|
||||||
i/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)
|
[:a {:class (stl/css :viewer-btn)
|
||||||
:title (tr "workspace.header.share")
|
:title (tr "workspace.header.share")
|
||||||
:on-click open-share-dialog}
|
:on-click open-share-dialog}
|
||||||
|
|
Loading…
Reference in a new issue