Skip to content

Commit 8029a6d

Browse files
committed
Fix typo
1 parent 36401ce commit 8029a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Component/Grid/GridViewModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ protected function getAdditionalActions(DataObject $item): array
472472
$actionsFromBlock = (array)$this->getBlock()->getRowActions();
473473
if (!empty($actionsFromBlock)) {
474474
foreach ($actionsFromBlock as $action) {
475-
$actions = $this->cellActionFactory->createFromData([
475+
$actions[] = $this->cellActionFactory->createFromData([
476476
'id' => $item->getId(),
477477
...$action,
478478
]);

0 commit comments

Comments
 (0)