Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtj committed Oct 18, 2024
1 parent 314eec1 commit 7c3e699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import { useUrlState } from '@kbn/ml-url-state';
import { useFieldStatsFlyoutContext } from '@kbn/ml-field-stats-flyout';

import { MAX_ROW_COUNT } from '@kbn/ml-data-grid/lib/common';
import { FormattedMessage } from '@kbn/i18n-react';
import type { PivotAggDict } from '../../../../../../common/types/pivot_aggs';
import type { PivotGroupByDict } from '../../../../../../common/types/pivot_group_by';
import { TRANSFORM_FUNCTION } from '../../../../../../common/constants';
Expand Down Expand Up @@ -76,7 +77,6 @@ import { useStepDefineForm } from './hooks/use_step_define_form';
import { TransformFunctionSelector } from './transform_function_selector';
import { LatestFunctionForm } from './latest_function_form';
import { PivotFunctionForm } from './pivot_function_form';
import { FormattedMessage } from '@kbn/i18n-react';

const ALLOW_TIME_RANGE_ON_TRANSFORM_CONFIG = false;

Expand Down

0 comments on commit 7c3e699

Please sign in to comment.