mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: retranspose transposed words
This commit is contained in:
parent
9c0a5b4c12
commit
c520e11892
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user