From 261aa3d72dd1e5939c3a824d9baae707f9686524 Mon Sep 17 00:00:00 2001 From: "priyanshu.solanki" Date: Thu, 18 Dec 2025 12:39:47 -0700 Subject: [PATCH] fixing a react component: --- apps/sim/hooks/use-webhook-management.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/hooks/use-webhook-management.ts b/apps/sim/hooks/use-webhook-management.ts index 9ba645e7c..5651c7f77 100644 --- a/apps/sim/hooks/use-webhook-management.ts +++ b/apps/sim/hooks/use-webhook-management.ts @@ -209,7 +209,7 @@ export function useWebhookManagement({ if (useWebhookUrl) { loadWebhookOrGenerateUrl() } - }, [isPreview, triggerId, workflowId, blockId]) + }, [isPreview, triggerId, workflowId, blockId,useWebhookUrl]) const createWebhook = async ( effectiveTriggerId: string | undefined,