We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc67c1 commit ab930deCopy full SHA for ab930de
src/frontend/src/api/api.ts
@@ -55,6 +55,7 @@ export const documentSectionGenerate = async (researchTopic: string, documentSec
55
56
// check for errors
57
if (!response.ok) {
58
+ console.error('There was an issue fetching your data.')
59
return response
60
}
61
0 commit comments