2021-07-05 22:39:57 -04:00

11 lines
120 B
Plaintext

@if (IsLoading)
{
<p>@Message</p>
}
else
{
<ErrorList Errors=@ErrorMessages>
@ChildContent
</ErrorList>
}