Skip to content

Commit 72d1091

Browse files
fix: missing quotes
1 parent 285b3a8 commit 72d1091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/app.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ start_app <- function(graph, layout) {
104104
id = name,
105105
component,
106106
tidyselect::any_of(
107-
c("initialX" = x, "initialY" = y, "color", "size")
107+
c("initialX" = "x", "initialY" = "y", "color", "size")
108108
)
109109
)
110110

0 commit comments

Comments
 (0)