Skip to content

Commit

Permalink
fix: 🚑️ Webhook in viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 31, 2022
1 parent e653ced commit 22a36e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bot-engine/src/contexts/TypebotContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const TypebotContext = ({
}) => {
const [localTypebot, setLocalTypebot] = useState<PublicTypebot>(typebot)
const [linkedTypebots, setLinkedTypebots] = useState<LinkedTypebot[]>([])
const [currentTypebotId, setCurrentTypebotId] = useState(typebot.id)
const [currentTypebotId, setCurrentTypebotId] = useState(typebot.typebotId)

useEffect(() => {
setLocalTypebot((localTypebot) => ({
Expand Down

3 comments on commit 22a36e6

@vercel
Copy link

@vercel vercel bot commented on 22a36e6 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 22a36e6 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 22a36e6 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

app.typebot.io
builder-v2-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app

Please sign in to comment.