diff --git a/src/FeedbackForm.js b/src/FeedbackForm.js index 52a2658..98fa372 100644 --- a/src/FeedbackForm.js +++ b/src/FeedbackForm.js @@ -13,7 +13,7 @@ const FeedbackForm = (props) => { const [modQuery, setModQuery] = useState(""); const [response, setResponse] = useState(""); const backendUrl = '/api';//process.env.REACT_APP_BACKEND_URL+'/api'; - + const mod = "Was this modification to the query correct? " + messages[0].modQuery function onSubmit(event) { event.preventDefault(); @@ -144,7 +144,7 @@ const FeedbackForm = (props) => {