Skip to content

Commit

Permalink
chore: Add LIST_COMPONENT feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 21, 2024
1 parent 23b63e5 commit d9cdf2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion editor.planx.uk/src/lib/featureFlags.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// add/edit/remove feature flags in array below
const AVAILABLE_FEATURE_FLAGS = ["EDITOR_NAVIGATION"] as const;
const AVAILABLE_FEATURE_FLAGS = [
"EDITOR_NAVIGATION",
"LIST_COMPONENT",
] as const;

type FeatureFlag = (typeof AVAILABLE_FEATURE_FLAGS)[number];

Expand Down

0 comments on commit d9cdf2a

Please sign in to comment.