mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
explore: store failed queries too (#42516)
* explore: store failed queries too * fixed test
This commit is contained in:
@@ -63,6 +63,7 @@ const defaultInitialState = {
|
||||
eventBridge: { emit: () => {} } as any,
|
||||
queries: [{ expr: 'test' }] as any[],
|
||||
range: testRange,
|
||||
history: [],
|
||||
refreshInterval: {
|
||||
label: 'Off',
|
||||
value: 0,
|
||||
|
||||
Reference in New Issue
Block a user