Propagate sharing a prototype to editors and viewers (#6297)

This commit is contained in:
Marina López 2025-04-15 12:50:01 +02:00 committed by GitHub
parent f2977cf938
commit 0f0c45af8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -198,9 +198,7 @@
:on-click toggle-fullscreen}
i/expand]
(when (and
(:in-team permissions)
(:is-admin permissions))
(when (:in-team permissions)
[:button {:on-click open-share-dialog
:class (stl/css :share-btn)}
(tr "labels.share")])