⚡ (chat) Improve chat API compatibility with preview mode
This commit is contained in:
@ -3,7 +3,11 @@ import { Standard } from '..'
|
||||
export const Default = () => {
|
||||
return (
|
||||
<div style={{ height: '500px' }}>
|
||||
<Standard typebotId="ladleTypebot" apiHost="http://localhost:3001" />
|
||||
<Standard
|
||||
typebot="ladleTypebot"
|
||||
apiHost="http://localhost:3001"
|
||||
isPreview
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user