From 512e506ddbdff4c70df453ccf00a1af650e34ad3 Mon Sep 17 00:00:00 2001 From: Adrien Servel <50013774+Kedae@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:27:44 +0100 Subject: [PATCH] [frontend] linter fix (#5963) --- .../stix_core_objects/StixCoreObjectQuickSubscription.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectQuickSubscription.tsx b/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectQuickSubscription.tsx index 5a9b4dbb2125..49d9f946d438 100644 --- a/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectQuickSubscription.tsx +++ b/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectQuickSubscription.tsx @@ -20,10 +20,7 @@ import { useMutation, useRefetchableFragment } from 'react-relay'; import * as Yup from 'yup'; import Drawer from '@components/common/drawer/Drawer'; import { stixCoreObjectTriggersFragment } from '@components/common/stix_core_objects/stixCoreObjectTriggersUtils'; -import { - stixCoreObjectTriggersUtilsPaginationQuery as TriggerQuery, - stixCoreObjectTriggersUtilsPaginationQuery$data, -} from '@components/common/stix_core_objects/__generated__/stixCoreObjectTriggersUtilsPaginationQuery.graphql'; +import { stixCoreObjectTriggersUtilsPaginationQuery as TriggerQuery, stixCoreObjectTriggersUtilsPaginationQuery$data, } from '@components/common/stix_core_objects/__generated__/stixCoreObjectTriggersUtilsPaginationQuery.graphql'; import { stixCoreObjectTriggersUtils_triggers$key as FragmentKey } from '@components/common/stix_core_objects/__generated__/stixCoreObjectTriggersUtils_triggers.graphql'; import AutocompleteField from '../../../../components/AutocompleteField'; import FilterIconButton from '../../../../components/FilterIconButton'; @@ -40,7 +37,6 @@ import { instanceTriggerDescription, triggerLiveKnowledgeCreationMutation } from import { TriggerPopoverDeletionMutation } from '../../profile/triggers/TriggerPopover'; import NotifierField from '../form/NotifierField'; import { Option } from '../form/ReferenceField'; -import { StixCoreObjectQuickSubscriptionContentPaginationQuery$variables } from './__generated__/StixCoreObjectQuickSubscriptionContentPaginationQuery.graphql'; import { deserializeFilterGroupForFrontend, findFilterFromKey, serializeFilterGroupForBackend } from '../../../../utils/filters/filtersUtils'; interface InstanceTriggerEditionFormValues {