kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
MembershipRequest: add 3s countdown on authorize/reject actions
rodzic
f216b52b36
commit
22474e3ca9
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
Ładowanie…
Reference in New Issue