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 7ddd08b commit 4dd6259Copy full SHA for 4dd6259
src/Concern/HasActions.php
@@ -2,7 +2,6 @@
2
3
namespace SolutionForest\FilamentTree\Concern;
4
5
-use Closure;
6
use Filament\Actions\Action as FilamentActionsAction;
7
use Filament\Actions\Exceptions\ActionNotResolvableException;
8
use Filament\Schemas\Schema;
@@ -64,6 +63,7 @@ public function cacheHasActions(): void
64
63
// Configure action
65
->map(function ($action) {
66
$this->configureTreeAction($action);
+
67
return $action;
68
})
69
// Key by action name (resolve used)
0 commit comments