We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a070734 commit 2d93e85Copy full SHA for 2d93e85
src/Form/FormActions.php
@@ -128,12 +128,7 @@ public function builderActions()
128
{
129
$addLeftActions = collect($this->addLeftActions);
130
$addRightActions = collect($this->addRightActions);
131
- foreach ($this->addLeftActions as $addLeftAction) {
132
- $addLeftActions->add($addLeftAction);
133
- }
134
- foreach ($this->addRightActions as $addRightAction) {
135
- $addRightActions->add($addRightAction);
136
+
137
138
$cancelButton = null;
139
0 commit comments