chore: open clickhouse builder by default on creating new exception based alert (#5214)

This commit is contained in:
Vishal Sharma 2024-06-13 22:16:39 +05:30 committed by GitHub
parent cacf4b99c2
commit 313fa4ae23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@ export const exceptionAlertDefaults: AlertDef = {
disabled: false, disabled: false,
}, },
}, },
queryType: EQueryType.QUERY_BUILDER, queryType: EQueryType.CLICKHOUSE,
panelType: PANEL_TYPES.TIME_SERIES, panelType: PANEL_TYPES.TIME_SERIES,
unit: undefined, unit: undefined,
}, },