We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62e27b commit 875c3f1Copy full SHA for 875c3f1
src/app/(pages)/(workform)/addform/section/RecruitContentSection.tsx
@@ -154,9 +154,7 @@ export default function RecruitContentSection() {
154
<Label>이미지 첨부</Label>
155
<div className="relative">
156
<ImageInput
157
- {...register("imageUrls", {
158
- required: "이미지를 첨부해주세요.",
159
- })}
+ {...register("imageUrls")}
160
onChange={(files: File[] | string[]) => {
161
handleChangeImages(files);
162
}}
0 commit comments