Skip to content

Commit

Permalink
fix: false triggerd org selection (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Info authored Jan 24, 2025
1 parent 38efa3e commit 4f5a12f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,9 @@ function MemberModal({
_hover={{
bgColor: 'myGray.200'
}}
onClick={() => {
onClick={(e) => {
setParentPath(getOrgChildrenPath(org));
e.stopPropagation();
}}
/>
)}
Expand Down

0 comments on commit 4f5a12f

Please sign in to comment.