Skip to content

Commit

Permalink
Update R/init.R
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Rucki <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and pawelru authored Oct 23, 2023
1 parent 3604eb0 commit daa14c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ init <- function(data,
}

landing <- extract_module(modules, "teal_module_landing")
if (length(landing) > 1L) stop("teal only supports apps with one module of `tm_landing_popup` class.")
if (length(landing) > 1L) stop("teal only supports apps with one module of `teal_module_landing` class.")
modules <- drop_module(modules, "teal_module_landing")

# resolve modules datanames
Expand Down

0 comments on commit daa14c6

Please sign in to comment.