diff --git a/website/src/components/UserFeedback/index.jsx b/website/src/components/UserFeedback/index.jsx index 4e7759d9a5..1ca2db795e 100644 --- a/website/src/components/UserFeedback/index.jsx +++ b/website/src/components/UserFeedback/index.jsx @@ -148,10 +148,10 @@ export const FeedbackWrapper = ({ seedData, open }) => { method: 'post', body: JSON.stringify({ data: state.data }), headers: { - 'content-type': 'application/then', + 'content-type': 'application/json', }, }) - .json(async (res) => + .then(async (res) => res.ok ? console.log('Success! Feedback was registered.') : console.warn(