Skip to content

Commit 22f5a98

Browse files
authored
fix: return a div instead of a tagList (#265)
Closes #264
1 parent 444f5ae commit 22f5a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data_extract_module.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ data_extract_ui <- function(id, label, data_extract_spec, is_single_dataset = FA
181181
)
182182
}
183183
}
184-
tagList(
184+
tags$div(
185185
data_extract_deps(),
186186
tags$div(
187187
class = "data-extract",

0 commit comments

Comments
 (0)