Skip to content

Commit

Permalink
Add ALLOW_FULL_CSV_EXPORT feature flag (apache#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ajay authored and zhaoyongjie committed Nov 17, 2021
1 parent 46cd984 commit 9c94ab0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export enum FeatureFlag {
ENABLE_TEMPLATE_REMOVE_FILTERS = 'ENABLE_TEMPLATE_REMOVE_FILTERS',
DASHBOARD_RBAC = 'DASHBOARD_RBAC',
ALERTS_ATTACH_REPORTS = 'ALERTS_ATTACH_REPORTS',
ALLOW_FULL_CSV_EXPORT = 'ALLOW_FULL_CSV_EXPORT',
}
export type ScheduleQueriesProps = {
JSONSCHEMA: {
Expand Down

0 comments on commit 9c94ab0

Please # to comment.