fix(upgrade): client side env var check#5673
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryMedium Risk Overview Tightens self-hosted / hosted settings visibility: account copilot is hidden and deep links redirect when not hosted; the workspace settings sidebar hides organization-plane items for viewers who are not org admins (via registry-derived Reviewed by Cursor Bugbot for commit 2c20b79. Configure here. |
Greptile SummaryThis PR fixes client-side handling for billing and self-hosted settings visibility. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "add tests" | Re-trigger Greptile |
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 2c20b79. Configure here.
Summary
Server side env var being used on client for isBillingEnabled. Distinguish correctly. There were two flags called isBillingEnabled and the import was changed in #5545 causing this.
Fix other misc. self hosted plane visibility checks.
Type of Change
Testing
Tested manually
Checklist