fix: false triggerd org selection (#3661)

This commit is contained in:
a.e. 2025-01-24 19:07:36 +08:00 committed by GitHub
parent 38efa3e050
commit 4f5a12f33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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