Skip to content

Commit

Permalink
wc: fix getting default columns in clinical analysis grid #TASK-4255
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jul 13, 2023
1 parent 15c5ccf commit 006a619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcomponents/clinical/clinical-analysis-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class ClinicalAnalysisGrid extends LitElement {
...this._config.toolbar,
newButtonLink: "#clinical-analysis-create/",
showCreate: false,
columns: this._getDefaultColumns().filter(col => col.field && (!col.visible || col.visible === true))
columns: this._getDefaultColumns(),
};
this.renderRemoteTable();
this.requestUpdate();
Expand Down

0 comments on commit 006a619

Please sign in to comment.