Skip to content

Commit

Permalink
fix freeze in spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbriandgithub committed Sep 7, 2022
1 parent 4631b1e commit d684965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/shiny_data_integration/shiny_di/importtsstep1.R
Original file line number Diff line number Diff line change
Expand Up @@ -1083,8 +1083,9 @@ importtsstep1Server <- function(id,globaldata,loaded_data_ts){
})
}

shinybusy::remove_modal_spinner()

}) # shinycatch
shinybusy::remove_modal_spinner()
}, ignoreInit = TRUE)
}

Expand Down

0 comments on commit d684965

Please sign in to comment.