瀏覽代碼

mock interval data

Erik Sundell 7 年之前
父節點
當前提交
7209c7cd0a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      public/app/features/explore/QueryEditor.tsx

+ 2 - 0
public/app/features/explore/QueryEditor.tsx

@@ -42,6 +42,8 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
           getNextQueryLetter: x => '',
         },
         hideEditorRowActions: true,
+        interval: '1m',
+        intervalMs: 60000,
       },
     };