Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Oct 11, 2024
1 parent 5706d77 commit f4fdbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/module_filter_manager.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ srv_filter_manager <- function(id, slices_global) {
module_labels,
simplify = FALSE,
function(module_label) {
available_slices_api <- slices_global$module_slices_api[[module_label]]$get_available_teal_slices()
available_slices <- slices_global$module_slices_api[[module_label]]$get_available_teal_slices()
global_ids <- sapply(slices_global$all_slices(), `[[`, "id", simplify = FALSE)
module_ids <- sapply(slices_global$slices_get(module_label), `[[`, "id", simplify = FALSE)
allowed_ids <- vapply(available_slices, `[[`, character(1L), "id")
Expand Down

0 comments on commit f4fdbd8

Please sign in to comment.