Skip to content

Commit 451f3bb

Browse files
committed
minor
1 parent 03f7f0f commit 451f3bb

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ qx.Class.define("osparc.dashboard.CardBase", {
470470

471471
__evalSelectedButton: function() {
472472
if (
473-
this.isResourceType("study") ||
474-
this.isResourceType("template") ||
475-
this.isResourceType("service")
473+
this.hasChildControl("menu-button") &&
474+
this.hasChildControl("tick-selected") &&
475+
this.hasChildControl("tick-unselected")
476476
) {
477477
const menuButton = this.getChildControl("menu-button");
478478
const tick = this.getChildControl("tick-selected");

0 commit comments

Comments
 (0)