Skip to content

[Fix] 질문/댓글 이미지 단독 업로드 시 텍스트 없어도 제출 가능하도록 프론트 수정#183

Merged
kkw610 merged 1 commit into
developfrom
fix/#181
Jun 7, 2026
Merged

[Fix] 질문/댓글 이미지 단독 업로드 시 텍스트 없어도 제출 가능하도록 프론트 수정#183
kkw610 merged 1 commit into
developfrom
fix/#181

Conversation

@kkw610

@kkw610 kkw610 commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator

#️⃣연관된 이슈

#181

📝작업 내용

QnAListPage.js

  • handleCommentSubmit: !text → !text && !commentImages[questionId]
  • handleNewQuestion: !text → !text && !selectedImage

QnADetailPage.js

  • handleCommentSubmit: !text → !text && !selectedImage

Closes #181

@kkw610 kkw610 self-assigned this Jun 7, 2026
@kkw610 kkw610 linked an issue Jun 7, 2026 that may be closed by this pull request
3 tasks
@vercel

vercel Bot commented Jun 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
piro-in Ready Ready Preview, Comment Jun 7, 2026 2:19am
piro-in-765d Ready Ready Preview, Comment Jun 7, 2026 2:19am

@kkw610 kkw610 merged commit 96086cd into develop Jun 7, 2026
4 checks passed
@kkw610 kkw610 deleted the fix/#181 branch June 7, 2026 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] 질문/댓글 이미지 단독 업로드 불가 문제 수정(프론트)

1 participant