Commit 7209c7cd by Erik Sundell

mock interval data

parent 1e6ea8b1
...@@ -42,6 +42,8 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> { ...@@ -42,6 +42,8 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
getNextQueryLetter: x => '', getNextQueryLetter: x => '',
}, },
hideEditorRowActions: true, hideEditorRowActions: true,
interval: '1m',
intervalMs: 60000,
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment