fix(lp): 🩹 Vs pages typebot
This commit is contained in:
@ -37,7 +37,7 @@ const VsTypebot = () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
initContainer('typebot-container', {
|
initContainer('typebot-container', {
|
||||||
publishId: 'example-vs-other-tools',
|
publishId: 'request-class',
|
||||||
})
|
})
|
||||||
}, [])
|
}, [])
|
||||||
return (
|
return (
|
||||||
|
@ -23,7 +23,7 @@ import { Yes, No } from 'components/common/TableCells'
|
|||||||
const VsTypebot = () => {
|
const VsTypebot = () => {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
initContainer('typebot-container', {
|
initContainer('typebot-container', {
|
||||||
publishId: 'example-vs-other-tools',
|
publishId: 'request-class',
|
||||||
})
|
})
|
||||||
}, [])
|
}, [])
|
||||||
return (
|
return (
|
||||||
|
@ -26,7 +26,7 @@ const VsTypebot = () => {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
loadTypeform().then()
|
loadTypeform().then()
|
||||||
initContainer('typebot-container', {
|
initContainer('typebot-container', {
|
||||||
publishId: 'example-vs-other-tools',
|
publishId: 'request-class',
|
||||||
})
|
})
|
||||||
}, [])
|
}, [])
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user