Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Dec 10, 2024
1 parent edc2c43 commit 7b742e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ qx.Class.define("osparc.vipMarket.AnatomicalModelDetails", {
center: true,
maxWidth: 200,
alignX: "center",
visibility: anatomicalModelsData["purchased"] ? "visible" : "excluded",
});
importButton.addListener("execute", () => {
this.fireDataEvent("modelImportRequested", {
Expand Down

0 comments on commit 7b742e0

Please sign in to comment.