From 0aa9b1735b42ee455e2f7bb6a70333171631a27c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 5 Mar 2024 10:07:28 +0100 Subject: [PATCH] Update currentState in selectExistingServer 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 2b73957df..d68d88447 100644 --- a/app/Livewire/Boarding/Index.php +++ b/app/Livewire/Boarding/Index.php @@ -122,7 +122,7 @@ public function selectExistingServer() } $this->selectedExistingPrivateKey = $this->createdServer->privateKey->id; $this->serverPublicKey = $this->createdServer->privateKey->publicKey(); - $this->installServer(); + $this->currentState = 'validate-server'; } public function getProxyType() {