From 071040bdeae2d5235d4070491fa012047f1e536f Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Tue, 4 Feb 2025 09:12:51 +0800 Subject: [PATCH] add kirim ke mabes agenda setting, add upload lampiran contest --- .../agenda-setting/event-modal.tsx | 8 + .../form/contest/contest-detail-form.tsx | 372 +++++++++++++++++- 2 files changed, 362 insertions(+), 18 deletions(-) diff --git a/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx b/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx index 168b9e3f..94bbf18e 100644 --- a/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx +++ b/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx @@ -1118,6 +1118,14 @@ const EventModal = ({ + {detailData && ( +
+ +
+ )} +
+
+ ))} + {isRecording &&

Recording... {timer} seconds remaining

}{" "} + {/* Display remaining time */} +
+

Link Berita

+ {links.map((link, index) => ( +
+ + handleLinkChange(index, e.target.value) + } + /> + {links.length > 1 && ( + + )} +
+ ))} + +
+ +