sforkowany z mirror/soapbox
Make follow requests use AuthorizeRejectButtons countdown
rodzic
22474e3ca9
commit
0522f333c3
|
@ -29,6 +29,7 @@ const AccountAuthorize: React.FC<IAccountAuthorize> = ({ id }) => {
|
|||
<AuthorizeRejectButtons
|
||||
onAuthorize={onAuthorize}
|
||||
onReject={onReject}
|
||||
countdown={3000}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
|
Ładowanie…
Reference in New Issue