Toast Notification

Hi!

I setup a DataGrid with Form (Blazor), and was wondering how I would go about changing the Toast Notification text. I've looked at the submit button events, but do not see where it is firing the notification on-click. Any help would be appreciated.

Thanks

Bill

Notify actions are exactly on form submit:

Thanks Vladimir! I kept looking at the card because the form got buried beneath other elements. Once I located it I was able to change the message.

Regards,

Bill