MembershipRequest: add 3s countdown on authorize/reject actions

environments/review-pending-ti-nmethu/deployments/2982
Alex Gleason 2023-03-27 17:09:10 -05:00
rodzic f216b52b36
commit 22474e3ca9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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