MembershipRequest: add 3s countdown on authorize/reject actions
This commit is contained in:
parent
f216b52b36
commit
22474e3ca9
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ const MembershipRequest: React.FC<IMembershipRequest> = ({ account, onAuthorize,
|
|||
<AuthorizeRejectButtons
|
||||
onAuthorize={handleAuthorize}
|
||||
onReject={handleReject}
|
||||
countdown={3000}
|
||||
/>
|
||||
</HStack>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue