MembershipRequest: add 3s countdown on authorize/reject actions

environments/review-pending-ti-nmethu/deployments/2982
Alex Gleason 2 years ago
parent f216b52b36
commit 22474e3ca9
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -42,6 +42,7 @@ const MembershipRequest: React.FC<IMembershipRequest> = ({ account, onAuthorize,
<AuthorizeRejectButtons
onAuthorize={handleAuthorize}
onReject={handleReject}
countdown={3000}
/>
</HStack>
);

Loading…
Cancel
Save