MembershipRequest: add 3s countdown on authorize/reject actions
This commit is contained in:
@ -42,6 +42,7 @@ const MembershipRequest: React.FC<IMembershipRequest> = ({ account, onAuthorize,
|
||||
<AuthorizeRejectButtons
|
||||
onAuthorize={handleAuthorize}
|
||||
onReject={handleReject}
|
||||
countdown={3000}
|
||||
/>
|
||||
</HStack>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user