mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Refresh query variable when another variable is used in regex field (#12961)
This commit is contained in:
parent
a92d51731d
commit
0223a75de0
@ -213,7 +213,7 @@ export class QueryVariable implements Variable {
|
||||
}
|
||||
|
||||
dependsOn(variable) {
|
||||
return containsVariable(this.query, this.datasource, variable.name);
|
||||
return containsVariable(this.query, this.datasource, this.regex, variable.name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user