fix: if git limit reached, ignore it and continue with a default selection

This commit is contained in:
Andras Bacsai
2024-07-18 12:30:45 +02:00
parent 7e11698c55
commit 1c7034ff78
2 changed files with 12 additions and 8 deletions

View File

@@ -11,14 +11,11 @@
Check repository
</x-forms.button>
</div>
@if (!$branchFound)
<div class="px-2 pt-4">
<div>
For example application deployments, checkout <a class="underline dark:text-white"
href="https://github.com/coollabsio/coolify-examples/" target="_blank">Coolify
Examples</a>.
</div>
@endif
<div>
For example application deployments, checkout <a class="underline dark:text-white"
href="https://github.com/coollabsio/coolify-examples/" target="_blank">Coolify
Examples</a>.
</div>
@if ($branchFound)
@if ($rate_limit_remaining && $rate_limit_reset)
<div class="flex gap-2 py-2">