Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -150,7 +150,7 @@ output$table <- renderReactable({
|
|
150 |
},
|
151 |
|
152 |
error = function(e){
|
153 |
-
|
154 |
title = "Error!",
|
155 |
text = "You can only enter text values",
|
156 |
closeOnEsc = TRUE,
|
|
|
150 |
},
|
151 |
|
152 |
error = function(e){
|
153 |
+
shinyalert(
|
154 |
title = "Error!",
|
155 |
text = "You can only enter text values",
|
156 |
closeOnEsc = TRUE,
|