Skip to content

Commit

Permalink
Rename the deprecated function argument filters (#46)
Browse files Browse the repository at this point in the history
Renames the modules argument `filters` to `datanames` which was deprecated in teal 0.13

This will remove this message from the console
```
The `filters` argument is deprecated and will be removed in the next release. Please use `datanames` instead.
```
  • Loading branch information
vedhav authored Aug 4, 2023
1 parent eab57c4 commit 047562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion early-dev/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ app <- teal::init(
label = "App Information",
server = srv_front_page,
ui = ui_front_page,
filters = "all"
datanames = NULL
),
tm_data_table("Data Table"),
tm_variable_browser("Variable Browser"),
Expand Down

0 comments on commit 047562d

Please sign in to comment.