Skip to content

Commit

Permalink
Merge pull request #116 from TripInfoWeb/dev_informations
Browse files Browse the repository at this point in the history
Fix: 태그 전송 오류 수정
  • Loading branch information
HyunJinNo authored Jul 12, 2024
2 parents 87fd9cf + 8860f5c commit 6da75bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ const InformationEditorContainer = () => {
yAxis: validatedFields.data.placeYAxis,
address: validatedFields.data.informationAddress,
},
categoryId: 1,
categoryId: 2,
zoneCategoryId: 2,
tagRegisterRequests: validatedFields.data.hashtags.map(
(tag, index) => ({
[index]: tag,
name: tag,
}),
),
}),
Expand Down

0 comments on commit 6da75bc

Please sign in to comment.