feat: 切换邮件发件地址

dev/email
Lei OT 12 months ago
parent 8f3c25723d
commit 6c29f334bf

@ -28,6 +28,7 @@ const EmailComposer = ({ ...props }) => {
// todo:
console.log(key);
setPickEmail({ label: key, key });
openEditor(key);
},
}}
onClick={() => openEditor(pickEmail.key)}

Loading…
Cancel
Save