Skip to content

Commit

Permalink
local patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gperrett committed Jun 26, 2024
1 parent 94d23e9 commit 5c3d97c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thinkCausal/R/mod_analysis_define_causal_question.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mod_analysis_causal_question_ui <- function(id) {
bs4Dash::box(
width = 12,
collapsible = FALSE,
title = "Define the Causal Question and Design",
title = "Describe your Study Design",
uiOutput(ns('outcome_ui')),
conditionalPanel(
"output.need_outcome_info == 'show'",
Expand All @@ -39,8 +39,8 @@ mod_analysis_causal_question_ui <- function(id) {
selected = NULL
)
),
uiOutput(ns('question_heading')),
textOutput(ns('causal_question')),
#uiOutput(ns('question_heading')),
#textOutput(ns('causal_question')),
br(),
uiOutput(ns('design_ui')),
br(),
Expand Down

0 comments on commit 5c3d97c

Please sign in to comment.