Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

임시저장후 조회한뒤 다시 제출하면 saved되는 버그 픽스 #123

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

KimKyuHoi
Copy link
Member

✨ 작업 내용


  • 임시저장후 조회한뒤 다시 제출하면 saved되는 버그 픽스

✨ 참고 사항


 const saveFormData = {
        ...formData,
        applicationStatus: (formData.applicationStatus = 'TEMPORAL'),
        answers:
          formData.answers?.map((answer, index) => ({
            questionNumber: index,
            answer: answer.answer,
          })) || [],
      };

⏰ 현재 버그


x

✏ Git Close

close #122

@KimKyuHoi KimKyuHoi added the 🐛 BugFix 버그 수정 label Aug 21, 2024
@KimKyuHoi KimKyuHoi self-assigned this Aug 21, 2024
@KimKyuHoi KimKyuHoi merged commit ab75eb3 into main Aug 21, 2024
1 check passed
@KimKyuHoi KimKyuHoi deleted the HOTFIX/issue-#122 branch August 22, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 BugFix 버그 수정
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

서류 조회 후 다시 임시저장할때 제출되는 오류 수정
1 participant