Skip to content

Commit

Permalink
fix: pass caption with argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Jul 8, 2024
1 parent 5089a87 commit 73dc05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/board.dataview/R/dataview_plot_genetypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dataview_plot_genetypes_ui <- function(
ns("pltmod"),
title = title,
label = label,
caption,
caption = caption,
plotlib = "plotly",
info.text = info.text,
options = NULL,
Expand Down

0 comments on commit 73dc05f

Please sign in to comment.