Ifeanyi commited on
Commit
d5d5351
·
verified ·
1 Parent(s): 3bb4136

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -11
app.R CHANGED
@@ -150,17 +150,7 @@ output$table <- renderReactable({
150
  },
151
 
152
  error = function(e){
153
- shinyalert(
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
  })