Skip to content

Commit

Permalink
feat: #282 - 검색 모달 키워드의 required 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Dec 29, 2023
1 parent 2bfb871 commit c18f05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/SearchModal/SearchModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const SearchModal = ({ onClose }: SearchModalProps) => {
</div>
<div className="grow">
<Input
{...register('search', { required: true })}
{...register('search')}
placeholder="검색어를 입력하세요."
inputButton={true}
buttonText="검색"
Expand Down

0 comments on commit c18f05e

Please sign in to comment.