Skip to content

Commit 594d7b6

Browse files
committed
chore: remove unused arguments
1 parent a37dfa2 commit 594d7b6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

R/tm_data_table.R

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,15 @@ tm_data_table <- function(label = "Data Table",
149149
),
150150
ui_args = list(
151151
pre_output = pre_output,
152-
post_output = post_output,
153-
decorators = decorators
152+
post_output = post_output
154153
)
155154
)
156155
attr(ans, "teal_bookmarkable") <- TRUE
157156
ans
158157
}
159158

160159
# UI page module
161-
ui_page_data_table <- function(id,
162-
pre_output = NULL,
163-
post_output = NULL,
164-
decorators = decorators) {
160+
ui_page_data_table <- function(id, pre_output = NULL, post_output = NULL) {
165161
ns <- NS(id)
166162

167163
tagList(

0 commit comments

Comments
 (0)