diff --git a/components/form/task/task-detail-form.tsx b/components/form/task/task-detail-form.tsx index d8919a03..7e851ada 100644 --- a/components/form/task/task-detail-form.tsx +++ b/components/form/task/task-detail-form.tsx @@ -1027,7 +1027,7 @@ export default function FormTaskDetail() {
setMainType(value)} // value={String(mainType)} // onValueChange={(value) => setMainType(Number(value))} diff --git a/components/main/video-detail.tsx b/components/main/video-detail.tsx index 0b9e3286..02c00e65 100644 --- a/components/main/video-detail.tsx +++ b/components/main/video-detail.tsx @@ -468,10 +468,21 @@ const DetailVideo = () => {
{/* Bagian Kiri */}
-
+ {/*
+
*/} +
+
+
+ +
+
+
+
{detailDataVideo?.files?.map((file: any, index: number) => (