Skip to content

Commit

Permalink
fix: 매물 용도 유효성 검사 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
JunJongHun committed Sep 23, 2024
1 parent 86dcefd commit 3084191
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export const checkBeforeTradePost = (
agentName,
agentDetail,
size,
purpose,
title,
code,
} = tradeBoardForm;
Expand Down Expand Up @@ -208,10 +207,6 @@ export const checkBeforeTradePost = (
return false;
}

if (purpose === '') {
alert('용도를 입력해주세요.');
return false;
}
if (title === '') {
alert('제목을 입력해주세요.');
return false;
Expand Down

0 comments on commit 3084191

Please sign in to comment.