F
Filament14mo ago
apreski

Action on afterCreate

I there a way to run an action with requireConfirmation ( not a Notification with action ) on a hook like afterCreate?
3 Replies
toeknee
toeknee14mo ago
So after you have created you want to run a confirmation modal?
apreski
apreski14mo ago
yes
toeknee
toeknee14mo ago
Not that I know off, that's a bit backwards. What you could do is move the creation for the first part into afterValidated and then have requiresConfirmation on it?