Skip to content

Commit f9a61a1

Browse files
authored
Merge pull request #1194 from PADAS/fix-lint_error
Fix: Linter error
2 parents 9a40094 + 829c478 commit f9a61a1

File tree

1 file changed

+1
-1
lines changed
  • src/ReportManager/SchemaForm/SchemaFormContext

1 file changed

+1
-1
lines changed

src/ReportManager/SchemaForm/SchemaFormContext/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, { createContext } from 'react';
33
import { FORM_FIELDS_TYPES } from '../constants';
44
import { textFieldDetailsFactory } from '../fields/fieldDetailsFactory';
55
import { isFieldRequired } from '../utils';
6-
import {cloneDeep} from "lodash-es";
6+
import { cloneDeep } from 'lodash-es';
77

88
export const SchemaFormContext = createContext(null);
99

0 commit comments

Comments
 (0)