From 7cc7bebbb52602e64d7f2f02d58fab93839cd4a0 Mon Sep 17 00:00:00 2001 From: vedhav Date: Thu, 15 Feb 2024 03:20:12 +0530 Subject: [PATCH] chore: fix typo and ci --- R/tm_g_association.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tm_g_association.R b/R/tm_g_association.R index ec7688372..06ee12ff6 100644 --- a/R/tm_g_association.R +++ b/R/tm_g_association.R @@ -185,7 +185,7 @@ ui_tm_g_association <- function(id, ...) { selectInput( inputId = ns("association_theme"), label = "Association theme (by ggplot):", - choices = ggplot_themess, + choices = ggplot_themes, selected = args$association_theme, multiple = FALSE )