mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Show loading errors as Alerts (#5736)
New: Improved page loading errors
This commit is contained in:
@@ -97,7 +97,7 @@ class SeriesHistoryModalContent extends Component {
|
||||
|
||||
{
|
||||
!isFetching && !!error &&
|
||||
<div>Unable to load history.</div>
|
||||
<Alert kind={kinds.DANGER}>Unable to load history.</Alert>
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user