Skip to content

Commit c3b161e

Browse files
committed
minor
1 parent 786a1dc commit c3b161e

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/node/slideshow

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/node/slideshow/BaseNodeView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ qx.Class.define("osparc.node.slideshow.BaseNodeView", {
428428
const outputs = this.getNode().getOutputs();
429429
if (outputs && Object.keys(outputs).length > 0) {
430430
const flashMsg = this.tr("New Outputs received");
431-
osparc.FlashMessenger.getInstance().logAs(flashMsg, "INFO");
431+
osparc.FlashMessenger.getInstance().logAs(flashMsg, "INFO", 2000);
432432
}
433433
});
434434

0 commit comments

Comments
 (0)