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

@@ -172,7 +172,7 @@
class="w-96"
disabled={!selected.repository}
bind:value={selected.branch}
on:change={isBranchAlreadyUsed}
on:change={() => (showSave = true)}
>
{#if !selected.repository}
<option value="" disabled selected>Select a repository first</option>