Skip to content

Commit 1b1a02e

Browse files
committed
fix: actually call function
1 parent 4d1e4ed commit 1b1a02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/form/hooks/runner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import '../ui/blocks';
5656

5757
/* eslint-disable max-len */
5858
const useFormRunner = (props: IRunnerUIProps) => {
59-
const [clientId] = useState(crypto.randomUUID);
59+
const [clientId] = useState(crypto.randomUUID());
6060

6161
const [runner, cache, l10n, , doAction] = useRunnerController({
6262
...props,

0 commit comments

Comments
 (0)