2
0

🚸 (calCom) Fix embed responsivity

Closes #1210
This commit is contained in:
Baptiste Arnaud
2024-03-15 11:38:40 +01:00
parent f6d2b15a16
commit 968abf5243
8 changed files with 27 additions and 2 deletions

View File

@ -92,6 +92,7 @@ const embedMessageSchema = z
})
const displayEmbedBubbleSchema = z.object({
maxBubbleWidth: z.number().optional(),
waitForEventFunction: z
.object({
args: z.record(z.string(), z.unknown()),