2
0

fix(editor): 🐛 subscribe unsub zapier

This commit is contained in:
Baptiste Arnaud
2022-03-01 07:55:20 +01:00
parent dc510100e5
commit 4630512b8b
3 changed files with 24 additions and 5 deletions

View File

@ -20,6 +20,7 @@ type Props = {
export const ZapierSettings = ({ step }: Props) => {
const { webhooks } = useTypebot()
const webhook = webhooks.find(byId(step.webhookId))
return (
<Stack spacing={4}>
<Alert