Skip to content

Commit

Permalink
Fix form actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 21, 2024
1 parent b9a9311 commit ca300c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/twig/variables/Cp.php
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ public function prepFormActions(?array $formActions): ?array
return $event->formActions ?: null;
}

return null;
return $formActions;
}

/**
Expand Down

0 comments on commit ca300c5

Please sign in to comment.