Skip to content

Commit 48a4617

Browse files
testing error throw
1 parent dea34b8 commit 48a4617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/YearDocumentList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const YearDocumentList = () => {
1717
setDocuments(response.data)
1818
} catch (error) {
1919
console.error('Error fetching documents:', error)
20+
throw error
2021
}
2122
}
2223

0 commit comments

Comments
 (0)