Skip to content

Commit

Permalink
Merge pull request #351 from Team-Lecue/hotfix/#350-fix-400
Browse files Browse the repository at this point in the history
[ Hotfix ] 레큐 북 제작 시 발생하는 400 에러 해결
  • Loading branch information
Arooming authored Dec 10, 2024
2 parents 5b812a5 + 13999c2 commit b513ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Target/page/TargetPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function TargetPage() {
navigate('/select-book', {
state: { presignedFileName: presignedFileName, name: name },
});
}, []);
}, [name, fileData, presignedFileName]);

const handleEscapeModal = useCallback(() => {
setEscapeModal(true);
Expand Down

0 comments on commit b513ff4

Please sign in to comment.