Make follow requests use AuthorizeRejectButtons countdown
This commit is contained in:
parent
22474e3ca9
commit
0522f333c3
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ const AccountAuthorize: React.FC<IAccountAuthorize> = ({ id }) => {
|
|||
<AuthorizeRejectButtons
|
||||
onAuthorize={onAuthorize}
|
||||
onReject={onReject}
|
||||
countdown={3000}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue