Skip to content

Commit

Permalink
fix: 일정 생성 api 필드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghaeun committed Dec 1, 2024
1 parent 7b29a4a commit 4b98111
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FE/error/src/components/scheduleCreate/CreateModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,8 @@ const CreateModal = ({
eventPlace: eventPlace,
eventInfo: eventMemo,
scheduleType: selectedFilter.category.toUpperCase(),
filter: {
filterId: selectedFilter.filterId,
},
filterId: selectedFilter.filterId,
memberId: 1,
};

axios
Expand Down

0 comments on commit 4b98111

Please sign in to comment.