Skip to content

Commit

Permalink
fix: Horizon Chart are not working any more (#30563)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7b47e43)
  • Loading branch information
michael-s-molina authored and sadpandajoe committed Oct 9, 2024
1 parent 0eaa8c5 commit 4fe51c6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ import {

const config: ControlPanelConfig = {
controlPanelSections: [
{
label: t('Time'),
expanded: true,
description: t('Time related form attributes'),
controlSetRows: [['granularity_sqla'], ['time_range']],
},
{
label: t('Query'),
expanded: true,
Expand Down

0 comments on commit 4fe51c6

Please sign in to comment.