Skip to content

Commit

Permalink
Update Chat.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Dec 28, 2024
1 parent 30918de commit a75054d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LM-Kit-Maestro/UI/Razor/Components/Chat.razor
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@
{
if (e.Exception != null)
{
Snackbar.Clear();
Snackbar.Configuration.PositionClass = Defaults.Classes.Position.BottomRight;
Snackbar.Add($"Text generation failed unexpectedly:\n{e.Exception.Message}", Severity.Error);
}

Expand Down

0 comments on commit a75054d

Please sign in to comment.