Skip to content

Commit

Permalink
Update R/nested_closeable_modal.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Signed-off-by: kartikeya kirar <[email protected]>
  • Loading branch information
kartikeyakirar and m7pr authored Mar 14, 2024
1 parent 29c66bf commit 38c4386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nested_closeable_modal.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' Note that this id can be used to show/hide this modal
#' with the appended `jQuery` methods show/hide.
#' @param ... (`shiny.tag`) `shiny` UI elements that will be displayed in the modal UI
#' @param modal_args (`list`) optional, list of arguments for the `shiny::modalDialog` function
#' @param modal_args (`list`) optional list of arguments for the `shiny::modalDialog` function
#' to customize the modal. Has `easyClose` set to `TRUE` as default
#'
#' @return (`shiny.tag`) returns `HTML` for `shiny` module UI which can be nested into a modal popup
Expand Down

0 comments on commit 38c4386

Please sign in to comment.