This is an automated email from the ASF dual-hosted git repository.
msyavuz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 912ed2ba80 fix(timeshifts): Add missing feature flag to enum (#35072)
912ed2ba80 is described below
commit 912ed2ba80a5b92a72b6793ffe7851b59989ba56
Author: Mehmet Salih Yavuz <[email protected]>
AuthorDate: Tue Sep 9 20:39:03 2025 +0300
fix(timeshifts): Add missing feature flag to enum (#35072)
---
superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts | 1 +
1 file changed, 1 insertion(+)
diff --git
a/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts
b/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts
index 00d323bdae..010c0cbb9a 100644
--- a/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts
+++ b/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts
@@ -34,6 +34,7 @@ export enum FeatureFlag {
DashboardVirtualization = 'DASHBOARD_VIRTUALIZATION',
DashboardRbac = 'DASHBOARD_RBAC',
DatapanelClosedByDefault = 'DATAPANEL_CLOSED_BY_DEFAULT',
+ DateRangeTimeshiftsEnabled = 'DATE_RANGE_TIMESHIFTS_ENABLED',
/** @deprecated */
DrillToDetail = 'DRILL_TO_DETAIL',
DrillBy = 'DRILL_BY',