mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix merge issue
This commit is contained in:
parent
b4b3008a19
commit
967efea520
@ -211,7 +211,7 @@ export default class InfluxDatasource {
|
||||
|
||||
if (this.username) {
|
||||
params.u = this.username;
|
||||
params.u = this.password;
|
||||
params.p = this.password;
|
||||
}
|
||||
|
||||
if (options && options.database) {
|
||||
|
Loading…
Reference in New Issue
Block a user