mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
mock interval data
This commit is contained in:
@@ -42,6 +42,8 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
|
||||
getNextQueryLetter: x => '',
|
||||
},
|
||||
hideEditorRowActions: true,
|
||||
interval: '1m',
|
||||
intervalMs: 60000,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user