mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Selective export (#770)
This commit is contained in:
@@ -607,8 +607,8 @@ export const useTagsList = (
|
||||
result?.data?.findTags?.count ?? 0,
|
||||
});
|
||||
|
||||
export const showWhenSelected = (
|
||||
_result: FindScenesQueryResult,
|
||||
export const showWhenSelected = <T extends IQueryResult>(
|
||||
_result: T,
|
||||
_filter: ListFilterModel,
|
||||
selectedIds: Set<string>
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user