Просмотр исходного кода

remove result format. might add this later

Erik Sundell 7 лет назад
Родитель
Сommit
569f5e8d5e
1 измененных файлов с 0 добавлено и 2 удалено
  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',
         'Table',
         {
         {
           format: 'table',
           format: 'table',
-          resultFormat: 'table',
           instant: true,
           instant: true,
           valueWithRefId: true,
           valueWithRefId: true,
         },
         },
@@ -586,7 +585,6 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
         'Graph',
         'Graph',
         {
         {
           format: 'time_series',
           format: 'time_series',
-          resultFormat: 'time_series',
           instant: false,
           instant: false,
         },
         },
         makeTimeSeriesList
         makeTimeSeriesList