fixing a react component:

This commit is contained in:
priyanshu.solanki
2025-12-18 12:39:47 -07:00
parent e83afc0a62
commit 261aa3d72d

View File

@@ -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,