Skip to content

Commit

Permalink
add feature flag (apache#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored and zhaoyongjie committed Nov 24, 2021
1 parent 3f6021c commit ef1a60e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
// check into source control. We're hardcoding the supported flags for now.
export enum FeatureFlag {
ALLOW_DASHBOARD_DOMAIN_SHARDING = 'ALLOW_DASHBOARD_DOMAIN_SHARDING',
ALERT_REPORTS = 'ALERT_REPORTS',
OMNIBAR = 'OMNIBAR',
CLIENT_CACHE = 'CLIENT_CACHE',
DYNAMIC_PLUGINS = 'DYNAMIC_PLUGINS',
Expand Down

0 comments on commit ef1a60e

Please sign in to comment.