Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
@@ -150,17 +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,
|
157 |
-
closeOnClickOutside = TRUE,
|
158 |
-
confirmButtonText = "OK",
|
159 |
-
confirmButtonCol = "#9f0be4",
|
160 |
-
timer = 30000,
|
161 |
-
showCancelButton = FALSE,
|
162 |
-
showConfirmButton = TRUE
|
163 |
-
)
|
164 |
}
|
165 |
)
|
166 |
})
|
|
|
150 |
},
|
151 |
|
152 |
error = function(e){
|
153 |
+
return(NULL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
}
|
155 |
)
|
156 |
})
|