fix: false triggerd org selection (#3661)
This commit is contained in:
parent
38efa3e050
commit
4f5a12f33b
@ -353,8 +353,9 @@ function MemberModal({
|
||||
_hover={{
|
||||
bgColor: 'myGray.200'
|
||||
}}
|
||||
onClick={() => {
|
||||
onClick={(e) => {
|
||||
setParentPath(getOrgChildrenPath(org));
|
||||
e.stopPropagation();
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user