Bug Notification Duration Progressbar

Bug Notification Duration Progressbar

To Reproduce
Steps to reproduce the behavior:

  1. Go to Notification Duration progress
  2. Edit Source and add a second button with NotificationSeverity.Error

<RadzenButton Text="Show notification with duration progress" Click="@(args => ShowNotification(new NotificationMessage { Severity = NotificationSeverity.Error, Summary = "Info Click Summary", Detail = "Click Me", Duration = 4000, ShowProgress = true, CloseOnClick = true, Payload = DateTime.Now }))" />

  1. Run
  2. Click on first and second button
  3. The first progressbar is shown with the second progressbar

Thanks for reporting, @blazorber.

Should be fixed with the next Radzen.Blazor update.