mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Support markers on the front page (#6065)
This commit is contained in:
@@ -93,11 +93,7 @@ const AddContentModal: React.FC<IAddSavedFilterModalProps> = ({
|
||||
].concat(
|
||||
candidates.findSavedFilters
|
||||
.filter((f) => {
|
||||
// markers not currently supported
|
||||
return (
|
||||
f.mode !== GQL.FilterMode.SceneMarkers &&
|
||||
!existingSavedFilterIDs.includes(f.id)
|
||||
);
|
||||
return !existingSavedFilterIDs.includes(f.id);
|
||||
})
|
||||
.map((f) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user