Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Jul 26, 2022
1 parent 4e9a2a0 commit 65e7dde
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
import type { DocLinksStart } from '@kbn/core/types';
import type { DocLinksStart } from '@kbn/core/public';
import React from 'react';

import { ConfirmForceInstallModal } from './confirm_force_install_modal';
Expand Down Expand Up @@ -48,6 +48,7 @@ const argTypes = {
export const UnverifiedIntegrationModal = ({ packageName, packageVersion }: Args) => {
const mockDocLinks: DocLinksStart = {
links: {
// @ts-ignore only defining what we need
fleet: {
packageSignatures: 'elastic.co',
},
Expand Down

0 comments on commit 65e7dde

Please sign in to comment.