Skip to content

Commit

Permalink
isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit committed Feb 20, 2024
1 parent f630fb0 commit 04e8bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/experimentSpec.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ experimentSpecInput <- function(inputId, # nolint
assert_string(inputId)
assert_string(mae_name, min.chars = 1L)
assert_string(label_experiments, min.chars = 1L)
mae <- data()[[mae_name]]
mae <- shiny::isolate(data()[[mae_name]])
name_choices <- names(mae)

ns <- NS(inputId)
Expand Down

0 comments on commit 04e8bed

Please sign in to comment.