Skip to content

Commit df3a94e

Browse files
committed
for now, hide the shareWith widget
1 parent fa667dc commit df3a94e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/study/SaveAsTemplate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ qx.Class.define("osparc.study.SaveAsTemplate", {
8080

8181
if (!this.__makeItPublic) {
8282
const shareWith = this.__shareWith = new osparc.share.ShareTemplateWith(this.__studyDataClone);
83+
shareWith.exclude(); // for now, hide the shareWith widget
8384
this._add(shareWith);
8485
}
8586

0 commit comments

Comments
 (0)