fix: false triggerd org selection (#3661)

This commit is contained in:
a.e.
2025-01-24 19:07:36 +08:00
committed by archer
parent 51fac7431f
commit 10b3e16b8b

View File

@@ -353,8 +353,9 @@ function MemberModal({
_hover={{ _hover={{
bgColor: 'myGray.200' bgColor: 'myGray.200'
}} }}
onClick={() => { onClick={(e) => {
setParentPath(getOrgChildrenPath(org)); setParentPath(getOrgChildrenPath(org));
e.stopPropagation();
}} }}
/> />
)} )}