Skip to content

Commit

Permalink
Update Conf.R
Browse files Browse the repository at this point in the history
remove maximum number of cohorts for dashboard
  • Loading branch information
azimov authored Jul 8, 2024
1 parent 49b187c commit 80e4165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Conf.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ validateDashboardConfig <- function(dashboardConfig) {
checkmate::assertLogical(dashboardConfig$exposureDashboard)
checkmate::assertInteger(dashboardConfig$analysisSettings)
checkmate::assertInteger(dashboardConfig$dataSources)
checkmate::assertCharacter(dashboardConfig$cohortIds, min.len = 1, max.len = 25)
}
checkmate::assertCharacter(dashboardConfig$cohortIds, min.len = 1)
}

0 comments on commit 80e4165

Please sign in to comment.