We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86d4f4 commit ae92c18Copy full SHA for ae92c18
1 file changed
src/routes/(authenticated)/git/authorize-contributor/+page.svelte
@@ -56,6 +56,9 @@
56
{#if error}
57
<Badge type="error" variant="secondary" content={error} />
58
{/if}
59
+ {#if success}
60
+ <Badge type="success" variant="secondary" content={success} />
61
+ {/if}
62
<Typography.Title size="l" align="center" variant="m-500">
63
The deployment for pull request #{providerPullRequestId}
64
is awaiting approval. When authorized, deployments will be started.
0 commit comments