Merge pull request #2232 from sevannerse/form-provider

attributes parameter added to form provider
This commit is contained in:
Cüneyt Şentürk 2021-08-23 09:31:55 +03:00 committed by GitHub
commit e9e0012175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ class Form extends Provider
]); ]);
Facade::component('bulkActionAllGroup', 'partials.form.bulk_action_all_group', [ Facade::component('bulkActionAllGroup', 'partials.form.bulk_action_all_group', [
'attributes' => []
]); ]);
Facade::component('bulkActionGroup', 'partials.form.bulk_action_group', [ Facade::component('bulkActionGroup', 'partials.form.bulk_action_group', [