Skip to content

Commit

Permalink
Update FEATURE_FLAGS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Jul 30, 2024
1 parent a8bbec5 commit 859f8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FEATURE_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const App = () => {
return (
<div>
<h1>Organizations</h1>
{isFeatureEnabled("organizations.filterByMetadataAttributes") && (
{isFeatureEnabled(organizationFeatureConfig, "organizations.filterByMetadataAttributes") && (
<Select>
<label>Select metadata attribute</label>
</Select>
Expand Down

0 comments on commit 859f8c0

Please sign in to comment.