mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Merge pull request #4757 from beganovich/v5-fix-livewire-mount
(v5) Fix for RequiredClientInfo
This commit is contained in:
commit
9fc7aa9f53
@ -65,6 +65,8 @@ class RequiredClientInfo extends Component
|
|||||||
|
|
||||||
public $show_form = false;
|
public $show_form = false;
|
||||||
|
|
||||||
|
public function mount() {}
|
||||||
|
|
||||||
public function handleSubmit(array $data): bool
|
public function handleSubmit(array $data): bool
|
||||||
{
|
{
|
||||||
$rules = [];
|
$rules = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user