Skip to content

Commit

Permalink
Merge pull request #923 from opencb/TASK-6231
Browse files Browse the repository at this point in the history
TASK-6231 - Port Patch 1.10.4.1 -> 1.10.5
  • Loading branch information
juanfeSanahuja authored May 14, 2024
2 parents f0ab205 + bc5ff1e commit 7c331a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/webcomponents/variant/variant-browser-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,8 @@ export default class VariantBrowserGrid extends LitElement {
});
},
align: "center",
visible: this.gridCommons.isColumnVisible(this.samples[i].id, "samples"),
visible: true,
excludeFromSettings: true,
});
}
}
Expand All @@ -604,7 +605,8 @@ export default class VariantBrowserGrid extends LitElement {
formatter: this.cohortFormatter,
align: "center",
eligible: true,
visible: this.gridCommons.isColumnVisible(study.id, "cohorts"),
visible: true,
excludeFromSettings: true,
});
}
}
Expand Down

0 comments on commit 7c331a7

Please sign in to comment.