fix: new source canceled view

This commit is contained in:
Andras Bacsai
2022-05-19 15:18:19 +02:00
parent 54f7142b2b
commit 795f99bb47
2 changed files with 5 additions and 7 deletions

View File

@@ -113,7 +113,7 @@
</div>
<div class="flex flex-col justify-center">
{#if !source.gitlabAppId && !source.githubAppId}
{#if !source.gitlabAppId && (!source.githubAppId || !source.githubApp?.installationId)}
<div class="flex-col space-y-2 pb-10 text-center">
<div class="text-xl font-bold text-white">Select a provider</div>
<div class="flex justify-center space-x-2">