Skip to content

Commit

Permalink
feat: 파일 이름 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
urjimyu committed Mar 11, 2024
1 parent 7d699d2 commit 52a7175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useHandleImageUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const useHandleImageUpload = ({
100,
0,
(uri) => {
setFileName((uri as File).name);
setFile(uri as File);
console.log('FILE', uri);
resolve(uri);
Expand Down

0 comments on commit 52a7175

Please sign in to comment.