fix(ui): enable SSL is not working correctly for KeyDB

This commit is contained in:
peaklabs-dev
2025-02-11 20:18:42 +01:00
parent 0a738e6bff
commit 4fdd5679c9
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class General extends Component
public $certificateValidUntil = null;
#[Validate(['nullable', 'boolean'])]
#[Validate(['boolean'])]
public bool $enable_ssl = false;
public function getListeners()

View File

@@ -80,7 +80,7 @@
</span>
@endif
<div class="flex flex-col gap-2">
<x-forms.checkbox id="database.enable_ssl" label="Enable SSL" wire:model.live="database.enable_ssl" instantSave="instantSaveSSL" />
<x-forms.checkbox id="enable_ssl" label="Enable SSL" wire:model.live="enable_ssl" instantSave="instantSaveSSL" />
</div>
</div>
<div>