@@ -23,7 +23,7 @@ export const ApiPreviewInstructions = (props: StackProps) => {
|
|||||||
: undefined
|
: undefined
|
||||||
|
|
||||||
const replyBody = `{
|
const replyBody = `{
|
||||||
"message": "This is my reply",
|
"message": "This is my reply"
|
||||||
}`
|
}`
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ export const ApiModal = ({
|
|||||||
const { typebot } = useTypebot()
|
const { typebot } = useTypebot()
|
||||||
|
|
||||||
const replyBody = `{
|
const replyBody = `{
|
||||||
"message": "This is my reply",
|
"message": "This is my reply"
|
||||||
}`
|
}`
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user