🐛 (calCom) Don't delete session if chat reply has custom embed
Closes #1164
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user