CreateAction show duplicate notifications. How to disable default?
CreateAction::make()
->label('Add New')
->modalHeading('Add New')
->modalSubmitActionLabel('Save')
->modalWidth('6xl')
->successNotification(
Notification::make()
->title('New Customer Added π')
->icon('heroicon-o-badge-check')
->iconColor('success')
)
in this code, I got created notification (default) and this custom notification.
1 Reply
I think that should work. Can you share a short video?