mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 12:52:38 +01:00
Fix default filters not loading correctly
This commit is contained in:
parent
4961c967ee
commit
d48dbeb864
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ const typePolicies: TypePolicies = {
|
|||
read: readReference("SavedFilter"),
|
||||
},
|
||||
findDefaultFilter: {
|
||||
read: readDanglingNull,
|
||||
read: readReference("SavedFilter"),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue