mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Refresh query variable when another variable is used in regex field (#12961)
This commit is contained in:
committed by
Torkel Ödegaard
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user