mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
feat(ag-grid-table): Enable Time Shift feature for AG Grid Table (#37072)
This commit is contained in:
@@ -43,9 +43,7 @@ import {
|
||||
import { t } from '@apache-superset/core';
|
||||
import {
|
||||
ensureIsArray,
|
||||
FeatureFlag,
|
||||
isAdhocColumn,
|
||||
isFeatureEnabled,
|
||||
isPhysicalColumn,
|
||||
validateInteger,
|
||||
QueryFormColumn,
|
||||
@@ -752,9 +750,7 @@ const config: ControlPanelConfig = {
|
||||
showCalculationType: false,
|
||||
showFullChoices: false,
|
||||
}),
|
||||
visibility: ({ controls }) =>
|
||||
isAggMode({ controls }) &&
|
||||
isFeatureEnabled(FeatureFlag.TableV2TimeComparisonEnabled),
|
||||
visibility: isAggMode,
|
||||
},
|
||||
],
|
||||
formDataOverrides: formData => ({
|
||||
|
||||
Reference in New Issue
Block a user