Skip to content

Commit

Permalink
Merge pull request #532 from vcaraseni/patch-1
Browse files Browse the repository at this point in the history
[EN] Update belongs_to_many.blade.php
  • Loading branch information
lee-to authored Aug 28, 2024
2 parents 40e0c75 + 189ebda commit d7b9c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/en/fields/belongs_to_many.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public function fields(): array
->onClick(fn() => 'checkAll', 'prevent'),

ActionButton::make('Uncheck all', '')
->onClick(fn() => '', 'prevent')
->onClick(fn() => 'uncheckAll', 'prevent')
]) // [tl! focus:-6]
];
}
Expand Down

0 comments on commit d7b9c4b

Please sign in to comment.