mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for state ref
This commit is contained in:
parent
1921357adc
commit
21780c0e2f
@ -200,7 +200,7 @@ class RegisterOrLogin extends Component
|
||||
return;
|
||||
}
|
||||
|
||||
return $this->steps['register_form'] = true;
|
||||
return $this->state['register_form'] = true;
|
||||
}
|
||||
|
||||
public function mount()
|
||||
|
Loading…
x
Reference in New Issue
Block a user