fix(integrations): show disabled role combobox for readonly members#3962
fix(integrations): show disabled role combobox for readonly members#3962waleedlatif1 merged 1 commit intostagingfrom
Conversation
PR SummaryLow Risk Overview The role dropdown options are centralized into a reused Reviewed by Cursor Bugbot for commit 7b6b10a. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR improves the read-only member row UI in the integrations settings by replacing the plain Key changes:
Confidence Score: 5/5Safe to merge — clean, focused UI fix with no logic regressions. Single-file change with a well-scoped fix. The No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Render member row] --> B{isSelectedAdmin?}
B -- Yes --> C[Combobox enabled\nunless last admin]
B -- No --> D[Combobox disabled]
C --> E{isSelectedAdmin?}
D --> E
E -- Yes --> F[Show Remove button\ndisabled if last admin]
E -- No --> G[Show empty div placeholder]
Reviews (1): Last reviewed commit: "fix(integrations): show disabled role co..." | Re-trigger Greptile |
Re-land of #3921 — cherry-picked onto clean staging after accidental branch deletion.