1 Commits
0.1.3 ... 0.1.4

Author SHA1 Message Date
02ded1a613 some fix 2024-07-16 13:20:48 +03:00

View File

@ -91,7 +91,7 @@ class ListJsonTable
} }
} }
public function addAction(ActionColumn $actionColumn): void public function addAction(string $actionColumn): void
{ {
$this->customActionsArray[] = $actionColumn; $this->customActionsArray[] = $actionColumn;
} }