diff --git a/resources/views/pages/ru/fields/belongs_to_many.blade.php b/resources/views/pages/ru/fields/belongs_to_many.blade.php index ac85b99d..8010ec21 100644 --- a/resources/views/pages/ru/fields/belongs_to_many.blade.php +++ b/resources/views/pages/ru/fields/belongs_to_many.blade.php @@ -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] ]; }