Skip to content

Commit 7443e2d

Browse files
committed
minor
1 parent 7c9b5c5 commit 7443e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/notification/NotificationUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ qx.Class.define("osparc.notification.NotificationUI", {
341341
}
342342
});
343343
if (notification.getCategory() === "CONVERSATION_NOTIFICATION") {
344-
resourceDetails.openConversations();
344+
resourceDetails.addListener("pagesAdded", () => resourceDetails.openConversations());
345345
}
346346
}
347347
})

0 commit comments

Comments
 (0)