Skip to content

Commit f0a6574

Browse files
Update search for upcoming feature flags to reflect updated metadata structure (#746)
1 parent 73fc2eb commit f0a6574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/swift-evolution.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ function _searchProposals(filterText) {
763763
['trackingBugs', 'status'],
764764
['trackingBugs', 'id'],
765765
['trackingBugs', 'assignee'],
766-
['upcomingFeatureFlag']
766+
['upcomingFeatureFlag', 'flag']
767767
]
768768

769769
// Reflect over the proposals and find ones with matching properties

0 commit comments

Comments
 (0)