Skip to content

Commit 8c5de8d

Browse files
authored
Merge pull request #19 from edvakf/enable-deploy-buttons
Stop disabling deploy buttons by default
2 parents 4da69e5 + b47eea7 commit 8c5de8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svelte/Main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<form action="./{status.currentProject.name}/deploy" method="post" class="command-form" target="command-log-frame" on:submit="{submitCommandForm}">
8989
{#each status.currentProject.deployEnvs as env}
9090
<h5>Deploy to {env}</h5>
91-
<button class="btn btn-success deploy-button" name="target" disabled value="{env}">Deploy to {env}</button>
91+
<button class="btn btn-success deploy-button" name="target" value="{env}">Deploy to {env}</button>
9292
{/each}
9393
</form>
9494
</div>

0 commit comments

Comments
 (0)