2
0

Add webhook blocks API public endpoints

This commit is contained in:
Baptiste Arnaud
2022-11-30 13:57:28 +01:00
parent f9ffdbc4c5
commit c799717905
67 changed files with 3030 additions and 429 deletions

View File

@ -55,7 +55,7 @@ const App = ({
<UserProvider>
{typebotId ? (
<TypebotProvider typebotId={typebotId}>
<WorkspaceProvider>
<WorkspaceProvider typebotId={typebotId}>
<Component />
<SupportBubble />
</WorkspaceProvider>