mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
fixing a react component:
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user