Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jasozh committed Jun 8, 2024
1 parent bd3c7bd commit fb07c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/pages/events/[eventid]/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type eventData = {
eventDescription: string;
imageURL: string;
rsvpLinkImage: string;
startDate: Date;
endDate: Date;
startTime: Date;
endTime: Date;
startDate: string;
endDate: string;
startTime: string;
endTime: string;
mode: string;
status: string;
};
Expand Down

0 comments on commit fb07c99

Please sign in to comment.