Explorar el Código

remove result format. might add this later

Erik Sundell hace 7 años
padre
commit
569f5e8d5e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      public/app/features/explore/Explore.tsx

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

@@ -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