Skip to content

Commit

Permalink
shorten path file names to fit into 200 symbols limit
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Nov 1, 2024
1 parent ad5db96 commit 5eb6aa4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* 2.0.
*/

export * from './alert_suppression_edit_form';
export * from './suppression_edit_form';
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { useMLRuleConfig } from '../../../../../../../../common/components/ml/ho
import type { RuleFieldEditComponentProps } from '../rule_field_edit_component_props';
import { DataSourceType as RuleFormDataSourceType } from '../../../../../../../../detections/pages/detection_engine/rules/types';
import { DataSourceType } from '../../../../../../../../../common/api/detection_engine/prebuilt_rules';
import { AlertSuppressionEdit } from './alert_suppression_edit';
import { AlertSuppressionEdit } from './suppression_edit';
import * as i18n from './translations';

export function AlertSuppressionEditAdapter({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
type AlertSuppression,
} from '../../../../../../../../../common/api/detection_engine';
import { RuleFieldEditFormWrapper } from '../rule_field_edit_form_wrapper';
import { AlertSuppressionEditAdapter } from './alert_suppression_edit_adapter';
import { AlertSuppressionEditAdapter } from './suppression_edit_adapter';
import type { AlertSuppressionFormData } from './form_schema';
import {
alertSuppressionFormSchema,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* 2.0.
*/

export * from './threshold_alert_suppression_edit_form';
export * from './suppression_edit_form';
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
SUPPRESSION_DURATION,
THRESHOLD_SUPPRESSION_ENABLED,
} from './form_schema';
import { ThresholdAlertSuppressionEdit } from './threshold_alert_suppression_edit';
import { ThresholdAlertSuppressionEdit } from './suppression_edit';

export function ThresholdAlertSuppressionEditForm(): JSX.Element {
return (
Expand Down

0 comments on commit 5eb6aa4

Please sign in to comment.