mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
InfluxDB: make influxql options the default if nothing defined (#73247)
make influxql options the default if nothing defined
This commit is contained in:
parent
09d5483c6c
commit
873ebc58b4
@ -121,7 +121,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
|
||||
case InfluxVersion.SQL:
|
||||
return <InfluxSqlConfig {...this.props} />;
|
||||
default:
|
||||
return null;
|
||||
return <InfluxInfluxQLConfig {...this.props} />;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user