Skip to content

Commit

Permalink
Merge pull request #129 from BaniHillabi/master
Browse files Browse the repository at this point in the history
fix(frontend) : fix tim type
  • Loading branch information
BaniHillabi authored Sep 17, 2024
2 parents b0ccb91 + 7b03fe4 commit df3abb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/(admin)/admin/tim/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default async function TimEdit({ params }: { params: { id: string } }) {
updated_at: new Date(),
tipe_tim: "NORMAL",
foto_mascot: "",
link_berkas: ""
link_berkas: "",
link_video: ""
};

const trygetTim = await findTim({ id: params.id });
Expand Down

0 comments on commit df3abb4

Please sign in to comment.