Skip to content

Commit

Permalink
attributes parameter added to form provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sevannerse committed Aug 21, 2021
1 parent 37becb8 commit ef054c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function boot()
]);

Facade::component('bulkActionAllGroup', 'partials.form.bulk_action_all_group', [

'attributes' => []
]);

Facade::component('bulkActionGroup', 'partials.form.bulk_action_group', [
Expand Down

0 comments on commit ef054c2

Please sign in to comment.