Skip to content

Commit

Permalink
bug make_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 25, 2022
1 parent 2370b0f commit c19fe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/input-treeview.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ make_tree <- function(data, levels, selected = NULL, levels_id = NULL, ...) {
nodes = make_tree(
data = dat,
levels = levels[-1],
levelsId = levelsId[-1],
levels_id = levels_id[-1],
selected = selected,
...
)
Expand Down

0 comments on commit c19fe72

Please sign in to comment.