fix: canceling build

This commit is contained in:
Andras Bacsai 2022-09-15 14:05:33 +02:00
parent f09d76da35
commit e9e6449edf

View File

@ -78,7 +78,7 @@
try {
cancelInprogress = true;
await post(`/applications/${id}/cancel`, {
$selectedBuildId,
buildId: $selectedBuildId,
applicationId: id
});
} catch (error) {