Skip to content

Commit

Permalink
Merge pull request Feat: #164 이벤트 생성
Browse files Browse the repository at this point in the history
Feat: #164 이벤트 생성
  • Loading branch information
cxaosdev authored Dec 9, 2024
2 parents 2458083 + 7d53ce1 commit d7e40ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Calendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ export default function Calendar() {
calId: event.calendar_id,
// calTitle: clickCalInfo.calTitle,
// color: clickCalInfo.calColor,
calTitle: calInfo[0].calendarName,
color: calInfo[0].calendarColor,
// calTitle: calInfo[0].calendarName,
// color: calInfo[0].calendarColor,
editable: true, // 이벤트 편집 가능
}));

console.log();
setEvents(eventMockData);
} catch (error) {
console.error("이벤트 정보를 가져오는 중 오류 발생:", error);
Expand Down

0 comments on commit d7e40ce

Please sign in to comment.