Skip to content

Commit

Permalink
add minInterval to QueryRunner dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej-Vlasov committed Jan 6, 2025
1 parent 941abab commit 82f1819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scenes/src/querying/SceneQueryRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class SceneQueryRunner extends SceneObjectBase<QueryRunnerState> implemen
}

protected _variableDependency: VariableDependencyConfig<QueryRunnerState> = new VariableDependencyConfig(this, {
statePaths: ['queries', 'datasource'],
statePaths: ['queries', 'datasource', 'minInterval'],
onVariableUpdateCompleted: this.onVariableUpdatesCompleted.bind(this),
onAnyVariableChanged: this.onAnyVariableChanged.bind(this),
});
Expand Down

0 comments on commit 82f1819

Please sign in to comment.