How do I properly add save button to form?
This is my form function and I get this error
Filament\Forms\ComponentContainer::Filament\Forms\Concerns\{closure}(): Argument #1 ($component) must be of type Filament\Forms\Components\Component, Filament\Forms\Components\Actions\Action givenHow do I properly make a save button for the form? adding Action::make causes an error