From a2f62030e843ea1c1a531c189c152f883b8d1683 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Tue, 28 Jan 2020 09:56:16 +0100 Subject: [PATCH] [ML] Single Metric Viewer: Fix annnotations refresh. --- .../application/routing/routes/timeseriesexplorer.tsx | 2 ++ .../timeseriesexplorer/timeseriesexplorer.js | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/x-pack/legacy/plugins/ml/public/application/routing/routes/timeseriesexplorer.tsx b/x-pack/legacy/plugins/ml/public/application/routing/routes/timeseriesexplorer.tsx index bc457f1a3fe89..4455e6e99ada7 100644 --- a/x-pack/legacy/plugins/ml/public/application/routing/routes/timeseriesexplorer.tsx +++ b/x-pack/legacy/plugins/ml/public/application/routing/routes/timeseriesexplorer.tsx @@ -89,6 +89,7 @@ export const TimeSeriesExplorerUrlStateManager: FC(); const refresh = useRefresh(); @@ -295,6 +296,7 @@ export const TimeSeriesExplorerUrlStateManager: FC