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 0c7504a commit f07328cCopy full SHA for f07328c
src/app/Library/CrudPanel/Traits/Buttons.php
@@ -30,7 +30,7 @@ public function reorderButtons($stack, $buttons)
30
$btnInstance = $this->buttons()->filter(function ($btn) use ($btnKey) {
31
return $btn->name == $btnKey;
32
})->first();
33
-
+
34
if (! $btnInstance) {
35
abort(500, 'Sorry, button cannot be found');
36
}
0 commit comments