Merge pull request #4757 from beganovich/v5-fix-livewire-mount
(v5) Fix for RequiredClientInfo
This commit is contained in:
commit
9fc7aa9f53
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ class RequiredClientInfo extends Component
|
|||
|
||||
public $show_form = false;
|
||||
|
||||
public function mount() {}
|
||||
|
||||
public function handleSubmit(array $data): bool
|
||||
{
|
||||
$rules = [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue