Merge branch 'main' into teste2e-managedOptions

This commit is contained in:
Keith Williams 2024-01-10 11:18:21 -03:00 committed by GitHub
commit e2cd8ff47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@calcom/web", "name": "@calcom/web",
"version": "3.6.2", "version": "3.6.3",
"private": true, "private": true,
"scripts": { "scripts": {
"analyze": "ANALYZE=true next build", "analyze": "ANALYZE=true next build",

View File

@ -209,6 +209,7 @@ export const BookEventFormChild = ({
absolute: false, absolute: false,
}) })
); );
return;
} }
if (!uid) { if (!uid) {