update component.tsx
This commit is contained in:
@@ -74,7 +74,7 @@ export const FormBlock: React.FC<
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
})
|
})
|
||||||
|
|
||||||
const res = await req.json()
|
const res = (await req.json()) as any
|
||||||
|
|
||||||
clearTimeout(loadingTimerID)
|
clearTimeout(loadingTimerID)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user