mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
InfluxDB: make influxql options the default if nothing defined (#73247)
make influxql options the default if nothing defined
This commit is contained in:
@@ -121,7 +121,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
|
|||||||
case InfluxVersion.SQL:
|
case InfluxVersion.SQL:
|
||||||
return <InfluxSqlConfig {...this.props} />;
|
return <InfluxSqlConfig {...this.props} />;
|
||||||
default:
|
default:
|
||||||
return null;
|
return <InfluxInfluxQLConfig {...this.props} />;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user