Skip to content

Commit

Permalink
fix(frontend) : fix tim type
Browse files Browse the repository at this point in the history
  • Loading branch information
BaniHillabi committed Sep 17, 2024
1 parent b0ccb91 commit 7b03fe4
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 7b03fe4

Please sign in to comment.