Skip to content

Commit

Permalink
Disable the rank input when approving or promoting a member, #5270 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng authored Dec 26, 2024
1 parent 25f9311 commit 1377bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-common/components/select/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function Select({
className={cn(
"text14Medium",
className,
readOnly && "pointer-events-none",
readOnly && "pointer-events-none !bg-neutral200",
)}
ref={ref}
disabled={disabled}
Expand Down

0 comments on commit 1377bb7

Please sign in to comment.