diff --git a/core/Crud/CrudConfiguration.php b/core/Crud/CrudConfiguration.php index 3a9935b..bfe9121 100644 --- a/core/Crud/CrudConfiguration.php +++ b/core/Crud/CrudConfiguration.php @@ -127,7 +127,7 @@ class CrudConfiguration public function setBatchAction(string $page, string $action, string $label, callable $callback): self { - if (!isset($this->actions[$page])) { + if (!isset($this->batchActions[$page])) { $this->batchActions[$page] = []; }