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:
Jan Suleiman
2024-01-29 17:14:24 +01:00
committed by GitHub
parent f73760a5d1
commit 29582e8d86
10 changed files with 31 additions and 20 deletions

View File

@@ -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,
],
[
{