mirror of
https://github.com/stashapp/stash.git
synced 2025-12-30 04:03:17 +01:00
Fix filterHook not applied to scene card queue (#4798)
This commit is contained in:
parent
c43e7b4351
commit
560bdcd60d
1 changed files with 2 additions and 1 deletions
|
|
@ -422,7 +422,8 @@ export function makeItemList<T extends QueryResult, E extends IDataItem>({
|
|||
<>
|
||||
{renderContent(
|
||||
result,
|
||||
filter,
|
||||
// #4780 - use effectiveFilter to ensure filterHook is applied
|
||||
effectiveFilter,
|
||||
selectedIds,
|
||||
onSelectChange,
|
||||
onChangePage,
|
||||
|
|
|
|||
Loading…
Reference in a new issue