mirror of
https://github.com/Radarr/Radarr
synced 2026-01-05 23:27:00 +01:00
Fixed: Empty list message for System: Events
Co-Authored-By: beyondmeat <beyondmeat@users.noreply.github.com>
This commit is contained in:
parent
deeb2979f1
commit
76752a5dbd
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ function LogsTable(props) {
|
|||
{
|
||||
isPopulated && !error && !items.length &&
|
||||
<div>
|
||||
No logs found
|
||||
No events found
|
||||
</div>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue