Fixed: Marking history as failed

pull/906/head
ta264 4 years ago
parent d61daeac8e
commit 35ab21ab04

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

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

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

Loading…
Cancel
Save