From 3525056abb644bb4752c4d40cc757a9e86601c61 Mon Sep 17 00:00:00 2001 From: FlorianDelemarre Date: Thu, 21 Nov 2024 16:08:01 +0100 Subject: [PATCH] [frontend] fix lint --- .../StixCoreRelationshipCreationFromEntity.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/StixCoreRelationshipCreationFromEntity.tsx b/opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/StixCoreRelationshipCreationFromEntity.tsx index c9eff71b3feb..59d9f1cdb76e 100644 --- a/opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/StixCoreRelationshipCreationFromEntity.tsx +++ b/opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/StixCoreRelationshipCreationFromEntity.tsx @@ -457,7 +457,7 @@ interface StixCoreRelationshipCreationFromEntityProps { targetStixCyberObservableTypes?: string[]; defaultStartTime: string; defaultStopTime: string; - paginationOptions: Record; + paginationOptions: Record; connectionKey?: string; paddingRight: number; variant?: string; @@ -626,7 +626,7 @@ const StixCoreRelationshipCreationFromEntity: FunctionComponent