Skip to content

Commit

Permalink
fixing submission request body
Browse files Browse the repository at this point in the history
  • Loading branch information
armsp committed Aug 3, 2023
1 parent dcf3767 commit e13cb7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 75 deletions.
6 changes: 3 additions & 3 deletions src/components/Submit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const SubmissionForm = ({tablename}) => {
<Grid item xs={12}>
<TextField
required
id="article"
name="article"
label="Article"
id="headline"
name="headline"
label="Headline"
fullWidth
/>
</Grid>
Expand Down
68 changes: 0 additions & 68 deletions src/components/SubmitArticle.js

This file was deleted.

8 changes: 4 additions & 4 deletions src/components/SubmitWithCountry.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ const SubmissionFormWithCountry = () => {
<>
{successMessage}
<br />
Visit the link to view the status of your submission:
Visit the link to view the status of your submission. Please wait on the page that opens when you click the link. Weather your submission was accepted or rejected will appear as a reply below your submission details:
{' '}
<a href={successLink} target="_blank" rel="noopener noreferrer">
{successLink}
Expand Down Expand Up @@ -551,9 +551,9 @@ const SubmissionFormWithCountry = () => {
<Grid item xs={12}>
<TextField
required
id="article"
name="article"
label="Article"
id="headline"
name="headline"
label="Headline"
fullWidth
/>
</Grid>
Expand Down

0 comments on commit e13cb7e

Please sign in to comment.