From 1b1a02eb67c93b21796d1f1622dc0fd133125284 Mon Sep 17 00:00:00 2001 From: GoldElysium Date: Thu, 8 Aug 2024 11:35:51 +0200 Subject: [PATCH] fix: actually call function --- src/components/ui/form/hooks/runner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/form/hooks/runner.tsx b/src/components/ui/form/hooks/runner.tsx index d196ad24..18d4948c 100644 --- a/src/components/ui/form/hooks/runner.tsx +++ b/src/components/ui/form/hooks/runner.tsx @@ -56,7 +56,7 @@ import '../ui/blocks'; /* eslint-disable max-len */ const useFormRunner = (props: IRunnerUIProps) => { - const [clientId] = useState(crypto.randomUUID); + const [clientId] = useState(crypto.randomUUID()); const [runner, cache, l10n, , doAction] = useRunnerController({ ...props,