🐛 (calCom) Fix weekly and column layouts restrained from max-width prop
This commit is contained in:
@ -43,7 +43,6 @@ export const bookEvent = createAction({
|
||||
web: {
|
||||
displayEmbedBubble: {
|
||||
parseUrl: ({ options }) => options.link,
|
||||
maxBubbleWidth: 780,
|
||||
waitForEvent: {
|
||||
getSaveVariableId: ({ saveBookedDateInVariableId }) =>
|
||||
saveBookedDateInVariableId,
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user