diff --git a/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/embeddable/use_actions.ts b/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/embeddable/use_actions.ts index afb877c74997..07637831dc40 100644 --- a/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/embeddable/use_actions.ts +++ b/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/embeddable/use_actions.ts @@ -55,8 +55,7 @@ export function useActions({ const href = createExploratoryViewUrl( { reportType, allSeries: attributes }, - http?.basePath.get(), - appId + http?.basePath.get() ); const routePath = createExploratoryViewRoutePath({ reportType, allSeries: attributes });