Skip to content

Commit

Permalink
feat: adding to feature flag enum (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored and zhaoyongjie committed Nov 26, 2021
1 parent 3d3c873 commit 47a5f34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export enum FeatureFlag {
GLOBAL_ASYNC_QUERIES = 'GLOBAL_ASYNC_QUERIES',
ENABLE_TEMPLATE_PROCESSING = 'ENABLE_TEMPLATE_PROCESSING',
ENABLE_EXPLORE_DRAG_AND_DROP = 'ENABLE_EXPLORE_DRAG_AND_DROP',
FORCE_SSL = 'FORCE_SSL',
ENABLE_TEMPLATE_REMOVE_FILTERS = 'ENABLE_TEMPLATE_REMOVE_FILTERS',
DASHBOARD_RBAC = 'DASHBOARD_RBAC',
ALERTS_ATTACH_REPORTS = 'ALERTS_ATTACH_REPORTS',
Expand Down

0 comments on commit 47a5f34

Please sign in to comment.