fix: github app name is too long

This commit is contained in:
Andras Bacsai
2024-11-08 15:03:21 +01:00
parent 44d1c407dd
commit 31dd2176b2
6 changed files with 6 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
</x-slot>
<div class="flex items-start gap-2">
<h1>Sources</h1>
<x-modal-input buttonTitle="+ Add" title="New GitHub App">
<x-modal-input buttonTitle="+ Add" title="New GitHub App" :closeOutside="false">
<livewire:source.github.create />
</x-modal-input>
</div>