Skip to content

Commit

Permalink
Merge branch 'dev' into feat/#127
Browse files Browse the repository at this point in the history
  • Loading branch information
ch9968 committed Dec 3, 2024
2 parents 806c530 + 64c04f4 commit f9f17e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookduck/src/components/StatisticsPage/SummaryExport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const SummaryExport = () => {
try {
const res = await getExportSummaryInfo();
console.log("조회 성공: ", res);
setBookData(res);
setExportData(res);
} catch (err) {
console.error("오류 발생: ", err);
}
Expand Down

0 comments on commit f9f17e9

Please sign in to comment.