-
Notifications
You must be signed in to change notification settings - Fork 10.8k
fix(ui): interface language toggle #24371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(ui): interface language toggle #24371
Conversation
@dhairyashiil is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughUpdated EventAdvancedTab.tsx to change initialization of the interfaceLanguageVisible state. It now checks whether formMethods.getValues("interfaceLanguage") !== null instead of coercing the value to boolean. This treats an empty string as a visible state, affecting the initial visibility of the interface language UI. The behavior on toggle remains: unchecking sets the value to null; checking sets it to an empty string. No exported or public declarations were altered. Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
E2E results are ready! |
is it still available? |
What does this PR do?
Visual Demo (For contributors especially)
Screen.Recording.2025-10-09.at.12.24.03.AM.mov