Skip to content

Commit a8c5ee6

Browse files
committed
minor
1 parent 642232f commit a8c5ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ qx.Class.define("osparc.store.Conversations", {
4444
.catch(err => osparc.FlashMessenger.logError(err));
4545
},
4646

47-
addConversation: function(studyId, name = "new 1", type = this.TYPES.PROJECT_STATIC) {
47+
addConversation: function(studyId, name = "new 1", type = osparc.study.Conversations.TYPES.PROJECT_STATIC) {
4848
const params = {
4949
url: {
5050
studyId,

0 commit comments

Comments
 (0)