Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Nov 13, 2024
1 parent 8afa1d2 commit 4ce0fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/module_teal.R
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ srv_teal <- function(id, data, modules, filter = teal_slices()) {
data_load_status <- reactive({
if (inherits(data_pulled(), "teal_data")) {
"ok"
# todo: should we hide warnings on top for a data?
} else if (inherits(data, "teal_data_module")) {
"teal_data_module failed"
} else {
Expand Down

0 comments on commit 4ce0fad

Please sign in to comment.