Fixes for state ref

This commit is contained in:
Benjamin Beganović 2024-03-14 04:34:50 +01:00
parent 1921357adc
commit 21780c0e2f

View File

@ -200,7 +200,7 @@ class RegisterOrLogin extends Component
return;
}
return $this->steps['register_form'] = true;
return $this->state['register_form'] = true;
}
public function mount()