From a89c2c2615f4ceb5364221904c12690637ef73de Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Mon, 28 Mar 2022 10:34:00 -0400 Subject: [PATCH] fix rollup page name --- x-pack/plugins/rollup/public/application.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/rollup/public/application.tsx b/x-pack/plugins/rollup/public/application.tsx index 82a3bf215691f3..6e216f87ce6dc6 100644 --- a/x-pack/plugins/rollup/public/application.tsx +++ b/x-pack/plugins/rollup/public/application.tsx @@ -29,7 +29,7 @@ const AppWithExecutionContext = ({ }) => { useExecutionContext(executionContext, { type: 'application', - page: 'remoteClusters', + page: 'rollup', }); return ;