Skip to content

Commit

Permalink
Merge branch 'submit-error-popup' into v23.10.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Sep 27, 2023
2 parents 6f98472 + dbca53d commit 380ff35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.R
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ shinyServer(function(input, output, session) {

req(!is.null(manifest_id()))

if (inherits(manifes_id(), "try-error")) {
if (inherits(manifest_id(), "try-error")) {
dcWaiter("hide")
nx_report_error(title = "Error submitting manifest",
message = tagList(
Expand Down

0 comments on commit 380ff35

Please sign in to comment.