Skip to content

Commit 209f57b

Browse files
committed
Revert warning message
1 parent 639ddef commit 209f57b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openstax/os-webview",
3-
"version": "2.124.1",
3+
"version": "2.124.2",
44
"description": "OpenStax webview",
55
"scripts": {
66
"test": "jest --coverage ./test/src",

src/app/pages/errata-form/form/form.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,6 @@ export default function ErrataForm() {
192192

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

0 commit comments

Comments
 (0)