Skip to content

Commit

Permalink
Fix type in src/plugins/discover/server/embeddable/search_embeddable_…
Browse files Browse the repository at this point in the history
…factory.ts
  • Loading branch information
davismcphee committed Jul 27, 2023
1 parent 7a7edeb commit a55c7ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import type { EmbeddableRegistryDefinition } from '@kbn/embeddable-plugin/server';
import { SEARCH_EMBEDDABLE_TYPE } from '@kbn/saved-search-plugin/common';
import { SEARCH_EMBEDDABLE_TYPE } from '@kbn/discover-utils';
import { inject, extract } from '../../common/embeddable';

export const createSearchEmbeddableFactory = (): EmbeddableRegistryDefinition => ({
Expand Down

0 comments on commit a55c7ca

Please sign in to comment.