Skip to content

Commit 6661acf

Browse files
committed
fix: make sure the module works when decorated
1 parent 8cd7d71 commit 6661acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/tm_a_pca.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,7 @@ srv_a_pca <- function(id, data, reporter, filter_panel_api, dat, plot_height, pl
931931

932932
# plot eigenvector_plot ----
933933
plot_eigenvector <- function(base_q) {
934+
req(input$pc)
934935
pc <- input$pc
935936
ggtheme <- input$ggtheme
936937

0 commit comments

Comments
 (0)