Skip to content

Commit

Permalink
ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Jan 21, 2024
1 parent 606cd0e commit 4a976dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const config: ControlPanelConfig = {
},
],
[
// @ts-ignore
hasGenericChartAxes && isAggMode
? {
name: 'time_grain_sqla',
Expand Down Expand Up @@ -219,6 +220,7 @@ const config: ControlPanelConfig = {
},
}
: null,
// @ts-ignore
hasGenericChartAxes && isAggMode ? 'temporal_columns_lookup' : null,
],
[
Expand Down

0 comments on commit 4a976dc

Please sign in to comment.