Skip to content

Commit

Permalink
template title
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Nov 4, 2024
1 parent ba14a41 commit ed08d7a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,7 @@ qx.Class.define("osparc.notification.NotificationUI", {
case "TEMPLATE_SHARED":
source = "@FontAwesome5Solid/copy/14";
if (resourceId) {
const params = {
url: {
"studyId": resourceId
}
};
const template = osparc.store.Store.getInstance().getTemplate(params);
const template = osparc.store.Store.getInstance().getTemplate(resourceId);
const templateAlias = osparc.product.Utils.getTemplateAlias({
firstUpperCase: true
});
Expand Down

0 comments on commit ed08d7a

Please sign in to comment.