Skip to content

Commit 3aa1370

Browse files
committed
minor
1 parent 41feca4 commit 3aa1370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ qx.Class.define("osparc.dashboard.GridButtonBase", {
195195
layout = this.getChildControl("header");
196196
layout.add(control, this.self().HPOS.TITLE);
197197
break;
198-
case "share-icon": {
198+
case "subtitle-icon": {
199199
control = new qx.ui.basic.Image().set({
200200
allowGrowX: false,
201201
allowShrinkX: false,

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

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

262262
_applyAccessRights: function(value) {
263263
if (value && Object.keys(value).length) {
264-
const shareIcon = this.getChildControl("share-icon");
264+
const shareIcon = this.getChildControl("subtitle-icon");
265265
shareIcon.addListener("tap", e => {
266266
e.stopPropagation();
267267
this.openAccessRights();

0 commit comments

Comments
 (0)