Skip to content

Commit

Permalink
fixing infra types
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Aug 22, 2023
1 parent f503336 commit bd0e624
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

import React, { FC, useEffect, useMemo, useState } from 'react';
import { pick, orderBy } from 'lodash';
import moment from 'moment';

import { EuiFlexGroup, EuiFlexItem, EuiPanel, EuiTitle } from '@elastic/eui';
Expand All @@ -29,6 +28,7 @@ import {
import { QueryDslQueryContainer } from '@elastic/elasticsearch/lib/api/types';
import { i18n } from '@kbn/i18n';
import { ALERT_END } from '@kbn/rule-data-utils';
import { pick, orderBy } from 'lodash';
import { Color, colorTransformer } from '../../../../../../common/color_palette';
import { useKibanaContextForPlugin } from '../../../../../hooks/use_kibana';
import {
Expand Down Expand Up @@ -289,6 +289,7 @@ export const LogRateAnalysis: FC<AlertDetailsLogRateAnalysisSectionProps> = ({ r
'unifiedSearch',
'theme',
'lens',
'i18n',
])}
/>
</EuiFlexItem>
Expand Down

0 comments on commit bd0e624

Please sign in to comment.