improve stoping process
Browse files
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
|