What does this error mean?
Filament\Forms\Components\Actions::make(): Argument #1 ($actions) must be of type array, string given,
I just followed the documentations code but its giving me error?
https://filamentphp.com/docs/3.x/forms/layout/section#aligning-section-footer-actions

Solution:Jump to solution
Finally found how to use it correctly
use Filament\Forms\Components\Actions;
```php
->footerActions([...1 Reply
Solution
Finally found how to use it correctly
use Filament\Forms\Components\Actions;