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

@ -43,7 +43,6 @@ export const bookEvent = createAction({
web: {
displayEmbedBubble: {
parseUrl: ({ options }) => options.link,
maxBubbleWidth: 780,
waitForEvent: {
getSaveVariableId: ({ saveBookedDateInVariableId }) =>
saveBookedDateInVariableId,

View File

@ -85,7 +85,6 @@ export type ActionDefinition<
parseInitFunction: (params: {
options: z.infer<BaseOptions> & z.infer<Options>
}) => FunctionToExecute
maxBubbleWidth?: number
}
parseFunction?: (params: {
options: z.infer<BaseOptions> & z.infer<Options>