Skip to content

Commit

Permalink
feat: 노트 생성 후 타임아웃
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Jan 18, 2024
1 parent 84b56b1 commit 414283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LecueNote/page/LeceuNotePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function LecueNotePage() {
isIconClicked: isIconClicked,
bookId: bookId,
});
navigate(`/lecue-book/${bookUuid}`);
setTimeout(() => navigate(`/lecue-book/${bookUuid}`), 1000);
};

return putMutation.isLoading || postMutation.isLoading ? (
Expand Down

0 comments on commit 414283f

Please sign in to comment.