2
0

🐛 (calCom) Fix weekly and column layouts restrained from max-width prop

This commit is contained in:
Baptiste Arnaud
2024-05-23 12:08:22 +02:00
parent bb4bbd8f0e
commit 10cbf4dfbc
10 changed files with 5 additions and 19 deletions

View File

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