2
0

🐛 (calCom) Don't delete session if chat reply has custom embed

Closes #1164
This commit is contained in:
Baptiste Arnaud
2024-01-22 14:35:12 +01:00
parent 233e99301e
commit 5627105ce5
7 changed files with 26 additions and 5 deletions

View File

@@ -21,10 +21,6 @@ export const CustomEmbedBubble = (props: Props) => {
let containerRef: HTMLDivElement | undefined
onMount(() => {
console.log(
props.content.initFunction.content,
props.content.initFunction.args
)
executeCode({
args: {
...props.content.initFunction.args,