Skip to content

Commit f58bbe1

Browse files
authored
Update form-events.hooks.ts
1 parent ba25c85 commit f58bbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/state-machine/form/hooks/form-events.hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Library
2-
import { nanoid as generate } from 'nanoid/non-secure';
2+
import { nanoid as generate } from 'nanoid';
33

44
// Lodash
55
import set from 'lodash/set';

0 commit comments

Comments
 (0)