Fixed: Marking history as failed

This commit is contained in:
ta264 2021-03-17 21:25:06 +00:00
parent d61daeac8e
commit 35ab21ab04
3 changed files with 6 additions and 3 deletions

View file

@ -82,7 +82,8 @@ export const actionHandlers = handleThunks({
method: 'POST',
data: {
id: historyId
}
},
dataType: 'json'
}).request;
promise.done(() => {

View file

@ -90,7 +90,8 @@ export const actionHandlers = handleThunks({
method: 'POST',
data: {
id: historyId
}
},
dataType: 'json'
}).request;
promise.done(() => {

View file

@ -261,7 +261,8 @@ export const actionHandlers = handleThunks({
method: 'POST',
data: {
id
}
},
dataType: 'json'
}).request;
promise.done(() => {