Skip to content

Commit ae07179

Browse files
added future status to search (#1138)
1 parent 9c3f653 commit ae07179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/app/screens/Feeds/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default function Feed(): React.ReactElement {
104104
is_official: isOfficialFeedSearch || undefined,
105105
// Fixed status values for now, until a status filter is implemented
106106
// Filtering out deprecated feeds
107-
status: ['active', 'inactive', 'development'],
107+
status: ['active', 'inactive', 'development', 'future'],
108108
},
109109
},
110110
}),

0 commit comments

Comments
 (0)