Skip to content

Commit

Permalink
fix default value of timeline events availability chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahKirtan2003 committed Dec 14, 2024
1 parent 0533970 commit 7d24e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/studyView/StudyViewPageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7816,7 +7816,7 @@ export class StudyViewPageStore
if (this.shouldDisplayClinicalEventTypeCounts.result) {
this.changeChartVisibility(
SpecialChartsUniqueKeyEnum.CLINICAL_EVENT_TYPE_COUNTS,
true
false
);
this.chartsType.set(
SpecialChartsUniqueKeyEnum.CLINICAL_EVENT_TYPE_COUNTS,
Expand Down

0 comments on commit 7d24e92

Please sign in to comment.