Skip to content

Commit

Permalink
Remove ui_teal_data and srv_teal_data in favor of ui_teal_data_module…
Browse files Browse the repository at this point in the history
… & srv_teal_data_module
  • Loading branch information
llrs-roche committed Dec 17, 2024
1 parent 49823e6 commit 6868ae2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/module_teal_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ ui_teal_data_module <- function(id, data_module = function(id) NULL) {
)
}

ui_teal_data <- ui_teal_data_module

#' @rdname module_teal_data
#' @aliases srv_teal_data
#' @note
Expand Down Expand Up @@ -105,8 +103,6 @@ srv_teal_data_module <- function(id,
})
}

srv_teal_data <- srv_teal_data_module

#' @rdname module_teal_data
ui_validate_reactive_teal_data <- function(id) {
ns <- NS(id)
Expand Down

0 comments on commit 6868ae2

Please sign in to comment.