Make follow requests use AuthorizeRejectButtons countdown
This commit is contained in:
parent
22474e3ca9
commit
0522f333c3
|
@ -29,6 +29,7 @@ const AccountAuthorize: React.FC<IAccountAuthorize> = ({ id }) => {
|
||||||
<AuthorizeRejectButtons
|
<AuthorizeRejectButtons
|
||||||
onAuthorize={onAuthorize}
|
onAuthorize={onAuthorize}
|
||||||
onReject={onReject}
|
onReject={onReject}
|
||||||
|
countdown={3000}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue