Fixed: Marking history as failed

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

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

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

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

Loading…
Cancel
Save