diff --git a/frontend/src/app/main/ui/workspace/right_header.cljs b/frontend/src/app/main/ui/workspace/right_header.cljs index 17ea3f5ce..994416cf9 100644 --- a/frontend/src/app/main/ui/workspace/right_header.cljs +++ b/frontend/src/app/main/ui/workspace/right_header.cljs @@ -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}