alexdum commited on
Commit
3823d23
·
1 Parent(s): 5ff00d2

improve stoping process

Browse files
Files changed (1) hide show
  1. server.R +1 -0
server.R CHANGED
@@ -504,6 +504,7 @@ server <- function(input, output, session) {
504
  # Handle Cancel from Freeze Window
505
  observeEvent(input$cancel_loading, {
506
  reset_fetch("Cancelled by user")
 
507
  })
508
 
509
  # Stage 1: Initialization
 
504
  # Handle Cancel from Freeze Window
505
  observeEvent(input$cancel_loading, {
506
  reset_fetch("Cancelled by user")
507
+ showNotification("Loading cancelled by user.", type = "warning")
508
  })
509
 
510
  # Stage 1: Initialization