explore: store failed queries too (#42516)

* explore: store failed queries too

* fixed test
This commit is contained in:
Gábor Farkas
2021-12-09 14:00:50 +01:00
committed by GitHub
parent 3232ae08c0
commit 096c248887
3 changed files with 43 additions and 36 deletions

View File

@@ -63,6 +63,7 @@ const defaultInitialState = {
eventBridge: { emit: () => {} } as any,
queries: [{ expr: 'test' }] as any[],
range: testRange,
history: [],
refreshInterval: {
label: 'Off',
value: 0,