Can't keep modal open
In the filament php docs there is this thing
if ($arguments['another'] ?? false) {
// Reset the form and don't close the modal
}
how can I not close the modal?
if ($arguments['another'] ?? false) {
// Reset the form and don't close the modal
}
how can I not close the modal?
