Skip to content

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BK2004 committed Sep 20, 2024
1 parent d91f446 commit 8c41e9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/manage/[clubId]/create/CreateEventForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const CreateEventForm = ({ clubId, officerClubs }: { clubId: string, officerClub
onSuccess: (data) => { if (data) {
router.push(`/event/${data}`);
} },
onError: (e) => {
onError: () => {
setLoading(false);
}
})
Expand Down
1 change: 0 additions & 1 deletion src/app/manage/[clubId]/create/TimeSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use client'
import type {
UseFormRegister,
UseFormSetValue,
UseFormGetValues,
Control
Expand Down

0 comments on commit 8c41e9a

Please sign in to comment.