Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerault authored Nov 15, 2023
1 parent cb50301 commit 86f5917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inst/shiny-examples/myapp/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -1893,6 +1893,10 @@ server <- function(input, output, session){
type = "warning", duration = 5)
}
}
else{
showNotification("No ids were found in your data !",
type = "warning", duration = 5)
}
}
}
df
Expand Down

0 comments on commit 86f5917

Please sign in to comment.