Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Sep 27, 2023
1 parent b69ab93 commit dbca53d
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 @@ -972,7 +972,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 dbca53d

Please sign in to comment.