From e77c04a1e35f27e44c2ba796881d4e2b42cbe101 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 16 Jan 2025 21:26:58 +0100 Subject: [PATCH] Add 'System Wide' checkbox for GitHub App configuration --- .../views/livewire/source/github/create.blade.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/source/github/create.blade.php b/resources/views/livewire/source/github/create.blade.php index e93b23b78..41b7d8dcd 100644 --- a/resources/views/livewire/source/github/create.blade.php +++ b/resources/views/livewire/source/github/create.blade.php @@ -7,6 +7,12 @@ + @if (!isCloud()) +
+ +
+ @endif
- @endif + Continue