update component.tsx

This commit is contained in:
2025-10-13 15:26:16 +08:00
parent 4678e47a8b
commit d0d94799a4

View File

@@ -74,7 +74,7 @@ export const FormBlock: React.FC<
method: 'POST',
})
const res = await req.json()
const res = (await req.json()) as any
clearTimeout(loadingTimerID)