mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore(deps): bump typescript to 4.8.4 (#24272)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
@@ -189,7 +189,7 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
],
|
||||
[
|
||||
hasGenericChartAxes && isAggMode
|
||||
hasGenericChartAxes
|
||||
? {
|
||||
name: 'time_grain_sqla',
|
||||
config: {
|
||||
@@ -217,7 +217,7 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
}
|
||||
: null,
|
||||
hasGenericChartAxes && isAggMode ? 'temporal_columns_lookup' : null,
|
||||
hasGenericChartAxes ? 'temporal_columns_lookup' : null,
|
||||
],
|
||||
[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user