diff --git a/R/fct_get_images.R b/R/fct_get_images.R index e2420c9..033be82 100644 --- a/R/fct_get_images.R +++ b/R/fct_get_images.R @@ -10,6 +10,6 @@ get_images <- function() { lapply(images, function(x) { renderImage({ - list(src = x, width = 256, height = 256, alt = x)}, deleteFile = F) + list(src = x, width = 256, height = 256, alt = x)}, deleteFile = FALSE) }) }