fix:delete console

This commit is contained in:
DiamondThree
2022-12-21 14:20:13 +08:00
parent c4f528d07f
commit 8a4c3a3415
@@ -122,7 +122,6 @@ export const InviteMembers = ({
shape="circle"
type="primary"
onClick={() => {
console.log(workSpaceId);
inviteMember({ id: workSpaceId, email: email })
.then(() => {
onClose();