Support markers on the front page (#6065)

This commit is contained in:
damontecres
2025-11-09 18:48:59 -05:00
committed by GitHub
parent 53655e51c4
commit 638ebfc319
4 changed files with 70 additions and 5 deletions

View File

@@ -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 {