🐛 (calCom) Fix weekly and column layouts restrained from max-width prop
This commit is contained in:
@ -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()),
|
||||
|
Reference in New Issue
Block a user