@namespace WebApp.Components.Shared.Components @using MudBlazor @if (Errors != null && Errors.Any()) { Please fix the following validation errors: } @code { /// /// List of validation error messages to display /// [Parameter] public List? Errors { get; set; } }