How to disable ->unsavedChangesAlerts() for a single form?
How can I disable
The setting itself is set in the Filament provider, but how can I disable it? Can it be done on the $form? or with Javascript?
->unsavedChangesAlerts() for a single Action in my panel? The feature is great, however I have a form I use to do some redirections and ->unsavedChangesAlerts() is causing problems.The setting itself is set in the Filament provider, but how can I disable it? Can it be done on the $form? or with Javascript?