mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
feat(apps.web#components): completed FormInput
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
@@ -47,7 +47,9 @@ export const FormInputComponent = (): JSX.Element => {
|
||||
fetcher,
|
||||
{
|
||||
loadingTimeout: 10_000,
|
||||
refreshInterval: 0,
|
||||
refreshInterval: 30_000,
|
||||
revalidateIfStale: true,
|
||||
revalidateOnMount: false,
|
||||
},
|
||||
);
|
||||
|
||||
@@ -127,7 +129,7 @@ export const FormInputComponent = (): JSX.Element => {
|
||||
Wait a minute
|
||||
</p>
|
||||
) : (
|
||||
data && <VideoComponent data={data} />
|
||||
data && data.video && data.video.urls.length &&<VideoComponent data={data} />
|
||||
)}
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user