From 73dc05fe857673abed7626e8863f0e1df4288ada Mon Sep 17 00:00:00 2001 From: ESCRI11 Date: Mon, 8 Jul 2024 11:37:31 +0200 Subject: [PATCH] fix: pass caption with argument name --- components/board.dataview/R/dataview_plot_genetypes.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/board.dataview/R/dataview_plot_genetypes.R b/components/board.dataview/R/dataview_plot_genetypes.R index 6af0e402a..f15698d88 100644 --- a/components/board.dataview/R/dataview_plot_genetypes.R +++ b/components/board.dataview/R/dataview_plot_genetypes.R @@ -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,