mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 23:04:23 +00:00
Fixed: Filter menu disabled when no items shown
This commit is contained in:
@@ -216,7 +216,7 @@ class ArtistIndex extends Component {
|
||||
|
||||
const ViewComponent = getViewComponent(view);
|
||||
const isLoaded = !error && isPopulated && !!items.length && contentBody;
|
||||
const hasNoArtist = !items.length;
|
||||
const hasNoArtist = !totalItems;
|
||||
|
||||
return (
|
||||
<PageContent>
|
||||
|
||||
@@ -16,4 +16,6 @@
|
||||
|
||||
.isDisabled {
|
||||
color: $disabledColor;
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user