diff --git a/public/app/features/dashboard/panel_editor/QueryOptions.tsx b/public/app/features/dashboard/panel_editor/QueryOptions.tsx index 62b9c3d3cd7..3c4495b80dd 100644 --- a/public/app/features/dashboard/panel_editor/QueryOptions.tsx +++ b/public/app/features/dashboard/panel_editor/QueryOptions.tsx @@ -160,8 +160,8 @@ export class QueryOptions extends PureComponent { placeholder="60" name={name} spellCheck={false} - onBlur={this.onDataSourceOptionBlur('maxDataPoints')} - onChange={this.onDataSourceOptionChange('maxDataPoints')} + onBlur={this.onDataSourceOptionBlur('cacheTimeout')} + onChange={this.onDataSourceOptionChange('cacheTimeout')} value={cacheTimeout} />