Skip to content

Commit

Permalink
fix: crash in gene modules tab when force_cell_type didn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
aviezerl committed Sep 29, 2024
1 parent d4e42ba commit 88e6169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_heatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ heatmap_reactives <- function(id, dataset, metacell_types, gene_modules, cell_ty
metacell_types(),
cell_type_colors(),
gene_modules(),
force_cell_type = input$force_cell_type,
force_cell_type = input$force_cell_type %||% TRUE,
mode = mode,
notify_var_genes = TRUE,
metadata_order = input$metadata_order_var,
Expand Down

0 comments on commit 88e6169

Please sign in to comment.