fix: github source view

This commit is contained in:
Andras Bacsai 2023-11-07 09:47:25 +01:00
parent ad7aa2eed6
commit d77c55148b
2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ class Change extends Component
public function instantSave() public function instantSave()
{ {
$this->submit();
} }
public function delete() public function delete()

View File

@ -41,7 +41,7 @@
<div class="w-48"> <div class="w-48">
<x-forms.checkbox label="System Wide?" <x-forms.checkbox label="System Wide?"
helper="If checked, this GitHub App will be available for everyone in this Coolify instance." 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> </div>
@endif @endif
<div class="flex gap-2"> <div class="flex gap-2">