We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a40094 + 829c478 commit f9a61a1Copy full SHA for f9a61a1
src/ReportManager/SchemaForm/SchemaFormContext/index.js
@@ -3,7 +3,7 @@ import React, { createContext } from 'react';
3
import { FORM_FIELDS_TYPES } from '../constants';
4
import { textFieldDetailsFactory } from '../fields/fieldDetailsFactory';
5
import { isFieldRequired } from '../utils';
6
-import {cloneDeep} from "lodash-es";
+import { cloneDeep } from 'lodash-es';
7
8
export const SchemaFormContext = createContext(null);
9
0 commit comments