From 21780c0e2fb257fa4ca0aa457618529733398d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 14 Mar 2024 04:34:50 +0100 Subject: [PATCH] Fixes for state ref --- app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php b/app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php index b3e79f7c8466..a27d12ddc5d0 100644 --- a/app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php +++ b/app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php @@ -200,7 +200,7 @@ class RegisterOrLogin extends Component return; } - return $this->steps['register_form'] = true; + return $this->state['register_form'] = true; } public function mount()