Skip to content

Commit

Permalink
database selection in cd time distribution tab
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Jun 26, 2023
1 parent f22065a commit 1b2b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cohort-diagnostics-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ cohortDiagnosticsSever <- function(id,
if ("temporalCovariateValue" %in% dataSource$enabledReports) {
selection["Cohort Characterization"] <- "characterization"
selection["Compare Cohort Characterization"] <- "compareCohortCharacterization"
selection["Time Distributions"] <- "timeDistributions"
selection["Time Distributions"] <- "timeDistribution"
}

if ("relationship" %in% dataSource$enabledReports)
Expand Down

0 comments on commit 1b2b3c6

Please sign in to comment.