Fixed: Mark as Failed errors

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>

(cherry picked from commit a9792973eef960e8310a611cf1da2d2cada57532)
This commit is contained in:
nitsua
2021-02-14 10:28:30 -05:00
committed by ta264
parent d01ce8b908
commit ce58e6ecdb
4 changed files with 7 additions and 18 deletions
+1 -4
View File
@@ -246,11 +246,8 @@ export const actionHandlers = handleThunks({
}));
const promise = createAjaxRequest({
url: '/history/failed',
url: `/history/failed/${id}`,
method: 'POST',
data: {
id
},
dataType: 'json'
}).request;