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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

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,