mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix sceneTags filter selection (#564)
This commit is contained in:
@@ -23,7 +23,7 @@ type ValidTypes =
|
||||
type Option = { value: string; label: string };
|
||||
|
||||
interface ITypeProps {
|
||||
type?: "performers" | "studios" | "tags" | "movies";
|
||||
type?: "performers" | "studios" | "tags" | "sceneTags" | "movies";
|
||||
}
|
||||
interface IFilterProps {
|
||||
ids?: string[];
|
||||
|
||||
Reference in New Issue
Block a user