mirror of
https://github.com/apache/superset.git
synced 2026-06-09 09:39:25 +00:00
chore(core): add UX_BETA feature flag (#1233)
This commit is contained in:
committed by
Yongjie Zhao
parent
473698b69f
commit
413d0da5f7
@@ -47,6 +47,7 @@ export enum FeatureFlag {
|
||||
DASHBOARD_RBAC = 'DASHBOARD_RBAC',
|
||||
ALERTS_ATTACH_REPORTS = 'ALERTS_ATTACH_REPORTS',
|
||||
ALLOW_FULL_CSV_EXPORT = 'ALLOW_FULL_CSV_EXPORT',
|
||||
UX_BETA = 'UX_BETA',
|
||||
}
|
||||
export type ScheduleQueriesProps = {
|
||||
JSONSCHEMA: {
|
||||
|
||||
Reference in New Issue
Block a user