Skip to content

Commit

Permalink
Merge pull request #89 from ChangePlusPlusVandy/adapt-rename
Browse files Browse the repository at this point in the history
Adapt rename change
  • Loading branch information
JiashuHarryHuang committed Apr 14, 2024
2 parents 67b050b + 72f2cf7 commit 626b9db
Show file tree
Hide file tree
Showing 3 changed files with 1,388 additions and 1,611 deletions.
2 changes: 1 addition & 1 deletion components/Forms/LogHoursPopupWindowForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const LogHoursPopupWindowForm = ({
// handle form submission by parsing data and calling createVolunteerLog
const onSubmit = (data: any) => {
const results = JSON.stringify({
eventId: selectedEvent?._id,
event: selectedEvent?._id,
hours: parseInt(data.NumberOfHours),
date: data.DateOfVisit,
feedback: data.Comment,
Expand Down
Loading

0 comments on commit 626b9db

Please sign in to comment.