fix: Horizon Chart are not working any more (#30563)

This commit is contained in:
Michael S. Molina
2024-10-09 14:22:17 -03:00
committed by GitHub
parent fc857d987b
commit 7b47e43fd0

View File

@@ -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,