Skip to content

Commit 359ff33

Browse files
authored
🐛 [bugfix] Send email to share project is dev feature (#8105)
1 parent a9d9415 commit 359ff33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/share/NewCollaboratorsManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
3434
this.__potentialCollaborators = {};
3535
this.__reloadPotentialCollaborators();
3636

37-
this.__shareWithEmailEnabled = this.__resourceData["resourceType"] === "study";
37+
this.__shareWithEmailEnabled = osparc.utils.Utils.isDevelopmentPlatform() && this.__resourceData["resourceType"] === "study";
3838

3939
if (preselectCollaboratorGids && preselectCollaboratorGids.length) {
4040
preselectCollaboratorGids.forEach(preselectCollaboratorGid => {

0 commit comments

Comments
 (0)