mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
QueryOptions: Fix not being able to change cache timeout setting (#26614)
This commit is contained in:
parent
76230215c5
commit
cc0a8464ff
@ -160,8 +160,8 @@ export class QueryOptions extends PureComponent<Props, State> {
|
||||
placeholder="60"
|
||||
name={name}
|
||||
spellCheck={false}
|
||||
onBlur={this.onDataSourceOptionBlur('maxDataPoints')}
|
||||
onChange={this.onDataSourceOptionChange('maxDataPoints')}
|
||||
onBlur={this.onDataSourceOptionBlur('cacheTimeout')}
|
||||
onChange={this.onDataSourceOptionChange('cacheTimeout')}
|
||||
value={cacheTimeout}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user