We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c763d7 commit 57921bfCopy full SHA for 57921bf
1 file changed
src/routes/(authenticated)/git/authorize-contributor/+page.svelte
@@ -53,5 +53,5 @@
53
The deployment for pull request #{data.providerPullRequestId}
54
is awaiting approval. When authorized, deployments will be started.
55
</Typography.Title>
56
- <Button on:click={approveDeployment} secondary>Approve Deployment</Button>
+ <Button on:click={approveDeployment} secondary disabled={loading}>Approve Deployment</Button>
57
</Layout.Stack>
0 commit comments