Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Chlebowski committed Nov 24, 2023
1 parent 990d2a2 commit e9b3b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/filter-panel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To achieve the described setup, one must set the `module_specific` argument to `
library(teal)

app <- init(
data = list(mtcars = mtcars),
data = teal_data(mtcars = mtcars),
modules = modules(
example_module(label = "module 1"),
example_module(label = "module 2"),
Expand Down

0 comments on commit e9b3b7e

Please sign in to comment.