Skip to content

Commit

Permalink
Merge pull request #6 from dfe-analytical-services/main
Browse files Browse the repository at this point in the history
Merge main into development
  • Loading branch information
nataliepaterson committed Mar 13, 2024
2 parents f7b718e + 2e5ef1d commit c1a8fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/enabler2_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enabler2_tab <- function() {
),
conditionalPanel(condition = "input.select_geography_e2 != 'National'", selectizeInput(
inputId = "geographic_breakdown_e2",
label = "Select a breakdown: ",
label = "Select a location: ",
choices = NULL,
selected = NULL,
multiple = FALSE,
Expand Down
2 changes: 1 addition & 1 deletion R/outcome1_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ outcome1_tab <- function() {
),
conditionalPanel(condition = "input.select_geography_o1 != 'National'", selectizeInput(
inputId = "geographic_breakdown_o1",
label = "Select a breakdown: ",
label = "Select a location: ",
choices = NULL,
selected = NULL,
multiple = FALSE,
Expand Down
2 changes: 1 addition & 1 deletion R/outcome2_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ outcome2_tab <- function() {
condition = "input.select_geography_o2 != 'National'",
selectizeInput(
inputId = "geographic_breakdown_o2",
label = "Select a breakdown: ",
label = "Select a location: ",
choices = NULL,
selected = NULL,
multiple = FALSE,
Expand Down

0 comments on commit c1a8fbd

Please sign in to comment.