Skip to content

Commit

Permalink
fix: Refresh filter after tagging (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Mar 7, 2024
1 parent becfff1 commit 62f8f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/pages/FeaturesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const FeaturesPage = class extends Component {
this.getFilter(),
)
}
items={projectFlags}
items={projectFlags?.filter((v) => !v.ignore)}
renderFooter={() => (
<>
<JSONReference
Expand Down

0 comments on commit 62f8f69

Please sign in to comment.