fix: github source view
This commit is contained in:
parent
ad7aa2eed6
commit
d77c55148b
2 changed files with 2 additions and 1 deletions
|
|
@ -98,6 +98,7 @@ public function submit()
|
|||
|
||||
public function instantSave()
|
||||
{
|
||||
$this->submit();
|
||||
}
|
||||
|
||||
public function delete()
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
<div class="w-48">
|
||||
<x-forms.checkbox label="System Wide?"
|
||||
helper="If checked, this GitHub App will be available for everyone in this Coolify instance."
|
||||
instantSave id="is_system_wide" />
|
||||
instantSave id="github_app.is_system_wide" />
|
||||
</div>
|
||||
@endif
|
||||
<div class="flex gap-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue