Skip to content

Commit

Permalink
feat(feature-flag): add ALERTS_ATTACH_REPORTS feature flag (#1042)
Browse files Browse the repository at this point in the history
* add alert/report ALERTS_ATTACH_REPORTS feature flag

* fix lint
  • Loading branch information
lilykuang authored and zhaoyongjie committed Nov 26, 2021
1 parent f4eeebf commit 803fd44
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 {
ENABLE_TEMPLATE_PROCESSING = 'ENABLE_TEMPLATE_PROCESSING',
ENABLE_EXPLORE_DRAG_AND_DROP = 'ENABLE_EXPLORE_DRAG_AND_DROP',
DASHBOARD_RBAC = 'DASHBOARD_RBAC',
ALERTS_ATTACH_REPORTS = 'ALERTS_ATTACH_REPORTS',
}
export type ScheduleQueriesProps = {
JSONSCHEMA: {
Expand Down

0 comments on commit 803fd44

Please sign in to comment.