Skip to content

Commit 92b7c1a

Browse files
committed
minor
1 parent 7ac8a77 commit 92b7c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ qx.Class.define("osparc.dashboard.ResourceDetails", {
121121

122122
popUpInWindow: function(resourceData) {
123123
const resourceDetails = new osparc.dashboard.ResourceDetails(resourceData);
124-
const title = resourceData.name;
124+
const title = resourceData.name || resourceData.title; // title is used by functions
125125
const window = osparc.ui.window.Window.popUpInWindow(resourceDetails, title, this.WIDTH, this.HEIGHT).set({
126126
layout: new qx.ui.layout.Grow(),
127127
...osparc.ui.window.TabbedWindow.DEFAULT_PROPS,

0 commit comments

Comments
 (0)