Skip to content

Commit df9a54a

Browse files
committed
minor
1 parent 23d95f1 commit df9a54a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
145145
if (templateData.showDisabled) {
146146
menuButton.set({
147147
enabled: false,
148-
blockToolTip: templateData.description,
148+
toolTipText: templateData.description,
149149
});
150150
}
151151
this.add(menuButton);

0 commit comments

Comments
 (0)