fix: canceling build
This commit is contained in:
parent
f09d76da35
commit
e9e6449edf
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
||||||
try {
|
try {
|
||||||
cancelInprogress = true;
|
cancelInprogress = true;
|
||||||
await post(`/applications/${id}/cancel`, {
|
await post(`/applications/${id}/cancel`, {
|
||||||
$selectedBuildId,
|
buildId: $selectedBuildId,
|
||||||
applicationId: id
|
applicationId: id
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue