F
Filamentβ€’2mo ago
gg

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
Dennis Koch
Dennis Kochβ€’2mo ago
I think that should work. Can you share a short video?

Did you find this page helpful?