mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Fix data comparison on basic license (#165383)
This commit is contained in:
parent
deed5e4679
commit
a29bfb0e7b
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ export const dataComparisonRouteFactory = (
|
|||
});
|
||||
|
||||
const PageWrapper: FC<PageProps> = () => {
|
||||
const { context } = useRouteResolver('basic', [], basicResolvers());
|
||||
const { context } = useRouteResolver('full', [], basicResolvers());
|
||||
|
||||
return (
|
||||
<PageLoader context={context}>
|
||||
|
|
|
@ -199,7 +199,7 @@ export const dataComparisonIndexOrSearchRouteFactory = (
|
|||
{...props}
|
||||
nextStepPath={createPath(ML_PAGES.DATA_COMPARISON)}
|
||||
deps={deps}
|
||||
mode={MODE.DATAVISUALIZER}
|
||||
mode={MODE.NEW_JOB}
|
||||
/>
|
||||
),
|
||||
breadcrumbs: getDataVisBreadcrumbs(navigateToPath, basePath),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue