From fadff798a77dbef87abd8467585caea7c6970f81 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 5 Mar 2024 16:23:46 +0100 Subject: [PATCH] Update server installation method --- app/Livewire/Boarding/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/Boarding/Index.php b/app/Livewire/Boarding/Index.php index d68d88447..e80042573 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() {