mirror of https://github.com/grafana/grafana.git
Remove scope dependency (#105768)
This commit is contained in:
parent
60983906dd
commit
75d983ccc8
|
|
@ -42,7 +42,6 @@ export class DashboardReloadBehavior extends SceneObjectBase<DashboardReloadBeha
|
|||
|
||||
this._variableDependency = new VariableDependencyConfig(this, {
|
||||
onAnyVariableChanged: this.reloadDashboard,
|
||||
dependsOnScopes: true,
|
||||
});
|
||||
|
||||
this._subs.add(
|
||||
|
|
|
|||
Loading…
Reference in New Issue