Commit 569f5e8d by Erik Sundell

remove result format. might add this later

parent 68c2d263
......@@ -574,7 +574,6 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
'Table',
{
format: 'table',
resultFormat: 'table',
instant: true,
valueWithRefId: true,
},
......@@ -586,7 +585,6 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
'Graph',
{
format: 'time_series',
resultFormat: 'time_series',
instant: false,
},
makeTimeSeriesList
......
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