Skip to content

Commit

Permalink
[ML] Fix duplicate INITIAL_LOCATION and FtrProviderContext
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Feb 1, 2021
1 parent 9b83e7e commit 6d6ccb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
ViewMode,
} from '../../../../../../../src/plugins/embeddable/public';
import { useMlKibana } from '../../contexts/kibana';
import { INITIAL_LOCATION } from '../../../../../maps/common/constants';

export function MlEmbeddedMapComponent({
layerList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { FtrProviderContext } from '../../../../functional/ftr_provider_context';
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
Expand Down

0 comments on commit 6d6ccb4

Please sign in to comment.