Skip to content

Commit

Permalink
wc - Fixed visibility of columns Job ID and SampleIDs
Browse files Browse the repository at this point in the history
Signed-off-by: gpveronica <[email protected]>
  • Loading branch information
gpveronica committed Oct 30, 2023
1 parent 86a03a9 commit e3c4174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webcomponents/file/file-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default class OpencgaFileGrid extends LitElement {
return html;
},
// halign: this._config.header.horizontalAlign,
// visible: this.gridCommons.isColumnVisible("sampleIds")
visible: this.gridCommons.isColumnVisible("sampleIds")
},
{
id: "jobId",
Expand All @@ -333,7 +333,7 @@ export default class OpencgaFileGrid extends LitElement {
return "-";
}
},
// visible: this.gridCommons.isColumnVisible("jobId")
visible: this.gridCommons.isColumnVisible("jobId")
},
{
id: "size",
Expand Down

0 comments on commit e3c4174

Please sign in to comment.