File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/app/pages/errata-form/form Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openstax/os-webview" ,
3
- "version" : " 2.124.1 " ,
3
+ "version" : " 2.124.2 " ,
4
4
"description" : " OpenStax webview" ,
5
5
"scripts" : {
6
6
"test" : " jest --coverage ./test/src" ,
Original file line number Diff line number Diff line change @@ -192,14 +192,6 @@ export default function ErrataForm() {
192
192
193
193
return (
194
194
< 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 >
203
195
< form
204
196
className = { cn ( 'body-block' , { 'hide-errors' : hideErrors } ) }
205
197
method = "post" action = { postEndpoint }
You can’t perform that action at this time.
0 commit comments