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 {
|
||||
cancelInprogress = true;
|
||||
await post(`/applications/${id}/cancel`, {
|
||||
$selectedBuildId,
|
||||
buildId: $selectedBuildId,
|
||||
applicationId: id
|
||||
});
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue