Skip to content

Commit

Permalink
fix: ch queries sending builder as query type in query range api for …
Browse files Browse the repository at this point in the history
…exceptions alerts
  • Loading branch information
vikrantgupta25 committed Apr 30, 2024
1 parent bc456e9 commit 7876a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/container/CreateAlertRule/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const exceptionAlertDefaults: AlertDef = {
disabled: false,
},
},
queryType: EQueryType.CLICKHOUSE,
queryType: EQueryType.QUERY_BUILDER,
panelType: PANEL_TYPES.TIME_SERIES,
unit: undefined,
},
Expand Down

0 comments on commit 7876a0d

Please sign in to comment.