How do I change the notification if the create resource is loaded in a modal?
protected function getCreatedNotificationTitle(): ?string
{
return 'Client created successfully!';
}
I can do the above on the edit page but that doesn't change the notification if I create a new client in a modal.
Thanks