Merge pull request #4757 from beganovich/v5-fix-livewire-mount

(v5) Fix for RequiredClientInfo
This commit is contained in:
Benjamin Beganović 2021-01-25 10:08:27 +01:00 committed by GitHub
commit 9fc7aa9f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [];