Skip to content

Commit

Permalink
Revise error message display
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobjmarks committed Apr 21, 2024
1 parent e5fbbae commit fbf185d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Client/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@
<MudTd DataLabel="Binding Result" Class="mono">
@if (context.IsErroneous)
{
<MudText Color="Color.Error" Class="mono" Typo="Typo.body2">
@context.Error.Message
</MudText>
<MudText Color="Color.Error" Typo="Typo.caption">
@context.Error.Detail
@context.Error.Message: @context.Error.Detail
</MudText>
}
else
Expand Down

0 comments on commit fbf185d

Please sign in to comment.