Skip to content

Commit

Permalink
use char vector rather than list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Whitehouse committed Nov 8, 2023
1 parent b3939dd commit f9e60c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/formField.R
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ attachmentFieldSchema <- function(label, description = NULL, code = NULL, id = c
list(
typeParameters = list(
"cardinality" = "multiple",
"captureMethods" = list("file", "signature", "camera")
"captureMethods" = c("file", "signature", "camera")
)
)
)
Expand Down

0 comments on commit f9e60c2

Please sign in to comment.