Skip to content

Commit 7ab23b7

Browse files
authored
fix warning partial argument match (#314)
Fixes the partial argument match warning message from integration test.
1 parent d68f4e9 commit 7ab23b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/verbatim_popup.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ verbatim_popup_deps <- function() {
66
version = utils::packageVersion("teal.widgets"),
77
package = "teal.widgets",
88
src = "verbatim-popup",
9-
style = "verbatim-popup.css",
9+
stylesheet = "verbatim-popup.css",
1010
script = "verbatim-popup.js"
1111
)
1212
}

0 commit comments

Comments
 (0)