Skip to content

Commit

Permalink
[front] Send roomId when create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kogepan229 committed Mar 1, 2024
1 parent ae100bb commit 6d9d55a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const TagModal = (props: Props) => {
})
) {
let data = new FormData()
data.append('room_id', props.roomId)
data.append('name', createTagValue.trim())
axios
.post(process.env.NEXT_PUBLIC_BACKEND_URL + '/api/tag', data)
Expand Down

0 comments on commit 6d9d55a

Please sign in to comment.