Skip to content

Commit

Permalink
fix: Horizon Chart are not working any more (apache#30563)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Oct 9, 2024
1 parent fc857d9 commit 7b47e43
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 7b47e43

Please sign in to comment.