Skip to content

Commit cea2448

Browse files
committed
pass conversationId
1 parent 6045b97 commit cea2448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ qx.Class.define("osparc.study.Conversations", {
5353
},
5454

5555
popUpInWindow: function(studyData, openConversationId = null) {
56-
const conversations = new osparc.study.Conversations(studyData);
56+
const conversations = new osparc.study.Conversations(studyData, openConversationId);
5757
const title = qx.locale.Manager.tr("Conversations");
5858
const viewWidth = 600;
5959
const viewHeight = 700;

0 commit comments

Comments
 (0)