From 7209c7cd0a270225bbc30f552a87a751c5d0c6db Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 23 Nov 2018 15:37:49 +0100 Subject: [PATCH] mock interval data --- public/app/features/explore/QueryEditor.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/app/features/explore/QueryEditor.tsx b/public/app/features/explore/QueryEditor.tsx index cdf69ee8b23..850256099b3 100644 --- a/public/app/features/explore/QueryEditor.tsx +++ b/public/app/features/explore/QueryEditor.tsx @@ -42,6 +42,8 @@ export default class QueryEditor extends PureComponent { getNextQueryLetter: x => '', }, hideEditorRowActions: true, + interval: '1m', + intervalMs: 60000, }, };