Skip to content

Commit

Permalink
update discover flyout origin prop
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Sep 27, 2023
1 parent 4bfd9cc commit b92d018
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import type { DataViewField, DataView } from '@kbn/data-views-plugin/common';
import { UI_SETTINGS } from '@kbn/data-plugin/public';
import { DatePickerContextProvider, type DatePickerDependencies } from '@kbn/ml-date-picker';
import { StorageContextProvider } from '@kbn/ml-local-storage';
import { AIOPS_TELEMETRY_ID } from '../../../common/constants';
import type { AiopsPluginStartDeps } from '../../types';
import { AiopsAppContext } from '../../hooks/use_aiops_app_context';
import { LogCategorizationFlyout } from './log_categorization_for_flyout';
Expand Down Expand Up @@ -71,7 +70,7 @@ export async function showCategorizeFlyout(
savedSearch={null}
selectedField={field}
onClose={onFlyoutClose}
embeddingOrigin={AIOPS_TELEMETRY_ID.AIOPS_DEFAULT_SOURCE}
embeddingOrigin={'discover_run_pattern_analysis'}
/>
</StorageContextProvider>
</DatePickerContextProvider>
Expand Down

0 comments on commit b92d018

Please sign in to comment.