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

graphInterval needs to update after query execution, fixes #14364

Torkel Ödegaard 7 лет назад
Родитель
Сommit
ef08b9cd2b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      public/app/features/explore/Explore.tsx

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

@@ -654,6 +654,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
         ...results,
         ...results,
         queryTransactions: nextQueryTransactions,
         queryTransactions: nextQueryTransactions,
         showingStartPage: false,
         showingStartPage: false,
+        graphInterval: queryOptions.intervalMs,
       };
       };
     });
     });