Skip to content

Commit

Permalink
Update R/modules.R
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksander Chlebowski <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and chlebowa authored Oct 24, 2023
1 parent 7bebae8 commit 93eee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ module <- function(label = "module",
server = server, ui = ui, datanames = datanames,
server_args = server_args, ui_args = ui_args
),
class = type
class = union(type, "teal_module")
)
}

Expand Down

0 comments on commit 93eee85

Please sign in to comment.