Skip to content

Commit a530a07

Browse files
odeimaizmatusdrobuliak66
authored andcommitted
🐛 [Frontend] Fix: Sim4Life Escalate to Support (#8479)
1 parent c76e3c8 commit a530a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
365365
const supportCenterWindow = osparc.support.SupportCenter.openWindow();
366366
// for now prefill the text box with the question
367367
if (message && message["question"]) {
368-
supportCenterWindow.proposeConversation(
368+
supportCenterWindow.createConversation(
369369
osparc.support.Conversation.SYSTEM_MESSAGE_TYPE.ESCALATE_TO_SUPPORT,
370370
`From your last question: "${message["question"]}"`
371371
);

0 commit comments

Comments
 (0)