diff --git a/app/Livewire/Server/Form.php b/app/Livewire/Server/Form.php index a2f04074a..5687bbf39 100644 --- a/app/Livewire/Server/Form.php +++ b/app/Livewire/Server/Form.php @@ -136,7 +136,6 @@ class Form extends Component public function updatedServerSettingsIsSentinelEnabled($value) { - $this->validate(); $this->validate([ 'server.settings.sentinel_custom_url' => 'required|url', ]);