feat: Webhooks inititate all applications with the correct branch

This commit is contained in:
Andras Bacsai
2022-03-11 21:18:12 +01:00
parent 16ea9a3e07
commit c5c9f84503
7 changed files with 256 additions and 231 deletions

View File

@@ -305,7 +305,7 @@
name="branch"
class="w-96"
bind:value={selected.branch}
on:change={isBranchAlreadyUsed}
on:change={() => (showSave = true)}
disabled={!selected.project}
>
<option value="" disabled selected>Please select a branch</option>