Skip to content

Commit

Permalink
Hotfix - errata submission
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Apr 19, 2024
1 parent f1d9835 commit 639ddef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openstax/os-webview",
"version": "2.124.0",
"version": "2.124.1",
"description": "OpenStax webview",
"scripts": {
"test": "jest --coverage ./test/src",
Expand Down
8 changes: 8 additions & 0 deletions src/app/pages/errata-form/form/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,14 @@ export default function ErrataForm() {

return (
<React.Fragment>
<div>
<b>Please note</b> form submissions have been returning errors
to the browser, but <strong>we are receiving the reports</strong>.
Please do not try to submit the same report multiple times due to
receiving an error.
<br />
We are working to correct the processing error.
</div>
<form
className={cn('body-block', {'hide-errors': hideErrors})}
method="post" action={postEndpoint}
Expand Down

0 comments on commit 639ddef

Please sign in to comment.