fix: Horizon Chart are not working any more (#30563)
This commit is contained in:
parent
fc857d987b
commit
7b47e43fd0
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue