From 6cefed969b80e027d65b9ecf8f9c946c0900fdb1 Mon Sep 17 00:00:00 2001 From: Matthew Kime Date: Fri, 4 Jan 2019 17:53:14 -0600 Subject: [PATCH] add upgrade assistant sidenav (#28124) --- x-pack/plugins/upgrade_assistant/public/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/upgrade_assistant/public/index.tsx b/x-pack/plugins/upgrade_assistant/public/index.tsx index 31cc4b1dbf6b..62c98b65aa9e 100644 --- a/x-pack/plugins/upgrade_assistant/public/index.tsx +++ b/x-pack/plugins/upgrade_assistant/public/index.tsx @@ -32,7 +32,8 @@ function startApp() { }); routes.when(`${BASE_PATH}/:view?`, { - template: '', + template: + '', }); }