Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Catleap02 committed Nov 15, 2024
1 parent dfd65cb commit 3526adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Camera/CameraPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const CameraPage: React.FC = () => {
});
return;
}
console.log(capturedImage);
setLoading(true); // 로딩 상태 활성화
try {
// 1단계: AI API로 이미지 전송
Expand Down

0 comments on commit 3526adc

Please sign in to comment.