diff --git a/app/Livewire/Boarding/Index.php b/app/Livewire/Boarding/Index.php index d68d88447d..e800425730 100644 --- a/app/Livewire/Boarding/Index.php +++ b/app/Livewire/Boarding/Index.php @@ -199,7 +199,7 @@ public function saveServer() } public function installServer() { - $this->dispatch('validateServer', true); + $this->dispatch('init', true); } public function validateServer() {