File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5151}
5252
5353.button-medium {
54- @apply flex items-center justify-center rounded px-4 py-2 font-bold gap-1 text-xs cursor-pointer shrink-0 h-full;
54+ @apply flex items-center justify-center rounded px-4 py-2 font-bold gap-1 text-xs cursor-pointer shrink-0 h-full max-h-[ 34 px ] ;
5555}
5656.button-medium-primary {
5757 @apply button-medium bg-primary1 text-white hover:bg-[# 6869DE ];
Original file line number Diff line number Diff line change 2828 </div >
2929 <label
3030 for =" file"
31- class =" button-medium-primary !h-fit " >
31+ class =" button-medium-primary" >
3232 <CommonIcons :name =" uploadIcon" />
3333 <p >파일 선택</p >
3434 </label >
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const setInterceptors = (instance: AxiosInstance) => {
4444 response => response ,
4545 async error => {
4646 const { setError } = useErrorStore ( )
47+ console . log ( error )
4748 if ( axios . isCancel ( error ) ) {
4849 setError ( '요청이 취소되었습니다:' , error . message )
4950 } else if ( error . response ) {
You can’t perform that action at this time.
0 commit comments