Feat/blocksuit version (#760)

This commit is contained in:
DiamondThree
2023-02-01 20:21:45 +08:00
committed by GitHub
parent 2fb7217f03
commit 57f3cd652a
7 changed files with 208 additions and 73 deletions
@@ -78,6 +78,7 @@ export const InviteMemberModal = ({
<ModalCloseButton
onClick={() => {
onClose();
setEmail('');
}}
/>
</Header>
@@ -123,6 +124,7 @@ export const InviteMemberModal = ({
style={{ width: '364px', height: '38px', borderRadius: '40px' }}
onClick={async () => {
await inviteMember(email);
setEmail('');
onInviteSuccess();
}}
>