From 54034a52eddfa47a11b5f8fea6a9ef13fca1ab3b Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 3 May 2023 15:12:50 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../pipelines/ml_inference/text_expansion_callout_data.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/text_expansion_callout_data.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/text_expansion_callout_data.tsx index 2ee2a0b8cd505..6cffd3c331a3e 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/text_expansion_callout_data.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/text_expansion_callout_data.tsx @@ -9,9 +9,10 @@ import { useCallback, useEffect, useState } from 'react'; import { useValues } from 'kea'; +import { IndexViewLogic } from '../../index_view_logic'; + import { TextExpansionCallOutProps, TextExpansionCallOutState } from './text_expansion_callout'; import { TextExpansionCalloutLogic } from './text_expansion_callout_logic'; -import { IndexViewLogic } from '../../index_view_logic'; export const TEXT_EXPANSION_CALL_OUT_DISMISSED_KEY = 'enterprise-search-text-expansion-callout-dismissed';