From 6cccb1729ea95c811d51a0c24634737bd6a32f03 Mon Sep 17 00:00:00 2001 From: Gwendoline Favre-Felix Date: Tue, 14 Jan 2025 09:28:09 +0100 Subject: [PATCH] [frontend] fix lint (#9280) --- .../StixNestedRefRelationshipCreationFromEntity.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencti-platform/opencti-front/src/private/components/common/stix_nested_ref_relationships/StixNestedRefRelationshipCreationFromEntity.jsx b/opencti-platform/opencti-front/src/private/components/common/stix_nested_ref_relationships/StixNestedRefRelationshipCreationFromEntity.jsx index 41f55ed9054a..c826dd3693e3 100644 --- a/opencti-platform/opencti-front/src/private/components/common/stix_nested_ref_relationships/StixNestedRefRelationshipCreationFromEntity.jsx +++ b/opencti-platform/opencti-front/src/private/components/common/stix_nested_ref_relationships/StixNestedRefRelationshipCreationFromEntity.jsx @@ -1,4 +1,4 @@ -import React, {useEffect, useRef, useState} from 'react'; +import React, { useEffect, useRef, useState } from 'react'; import { Field, Form, Formik } from 'formik'; import { v4 as uuid } from 'uuid'; import { graphql } from 'react-relay';