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()
{
$this->submit();
}
public function delete()

View File

@ -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">