Skip to content

Commit 6cccb17

Browse files
[frontend] fix lint (#9280)
1 parent c22c764 commit 6cccb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencti-platform/opencti-front/src/private/components/common/stix_nested_ref_relationships/StixNestedRefRelationshipCreationFromEntity.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, {useEffect, useRef, useState} from 'react';
1+
import React, { useEffect, useRef, useState } from 'react';
22
import { Field, Form, Formik } from 'formik';
33
import { v4 as uuid } from 'uuid';
44
import { graphql } from 'react-relay';

0 commit comments

Comments
 (0)