Skip to content

Commit abd1572

Browse files
committed
minor
1 parent 9311ee8 commit abd1572

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/editor/AnnotationNoteCreator.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ qx.Class.define("osparc.editor.AnnotationNoteCreator", {
8888
control.addListener("execute", () => {
8989
const currentStudy = osparc.store.Store.getInstance().getCurrentStudy().serialize();
9090
currentStudy["resourceType"] = "study";
91-
const recipientsManager = new osparc.share.NewCollaboratorsManager(currentStudy, false, false);
91+
const recipientsManager = new osparc.share.NewCollaboratorsManager(currentStudy, false, false).set({
92+
acceptOnlyOne: true,
93+
});
9294
recipientsManager.setCaption("Recipient");
9395
recipientsManager.getActionButton().setLabel(this.tr("Add"));
9496
recipientsManager.addListener("addCollaborators", e => {

0 commit comments

Comments
 (0)