Skip to content

Commit c86d7dc

Browse files
committed
remove uniqueId import
1 parent ee684f0 commit c86d7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/abstractField.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { uniqueId, get as objGet, each, isFunction, isString, isArray, debounce } from "lodash";
1+
import { get as objGet, each, isFunction, isString, isArray, debounce } from "lodash";
22
import validators from "../utils/validators";
33
import { slugifyFormID } from "../utils/schema";
44

0 commit comments

Comments
 (0)