From bb980d6fd7c471baf43370906ef5fcf256586e0c Mon Sep 17 00:00:00 2001 From: Alyssa Joyner <58453566+alyssajoyner@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:15:33 -0600 Subject: [PATCH] [release-12.1.3] [InfluxDB]: Remove version notices (#111857) --- .../components/editor/config/ConfigEditor.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/public/app/plugins/datasource/influxdb/components/editor/config/ConfigEditor.tsx b/public/app/plugins/datasource/influxdb/components/editor/config/ConfigEditor.tsx index 9958745eddb..7c7086b2dd3 100644 --- a/public/app/plugins/datasource/influxdb/components/editor/config/ConfigEditor.tsx +++ b/public/app/plugins/datasource/influxdb/components/editor/config/ConfigEditor.tsx @@ -60,11 +60,6 @@ export class ConfigEditor extends PureComponent { this.htmlPrefix = uniqueId('influxdb-config'); } - versionNotice = { - Flux: 'Support for Flux in Grafana is currently in beta', - SQL: 'Support for SQL in Grafana is currently in alpha', - }; - onVersionChanged = (selected: SelectableValue) => { const { options, onOptionsChange } = this.props; @@ -126,17 +121,6 @@ export class ConfigEditor extends PureComponent { - {options.jsonData.version !== InfluxVersion.InfluxQL && ( - -

- Please report any issues to:
- - https://github.com/grafana/grafana/issues - -

-
- )} - {isDirectAccess && ( {BROWSER_MODE_DISABLED_MESSAGE}