From 1fb792402d257a192dc565721e6e34fc09a1b58f Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Thu, 17 Jul 2025 02:32:28 +0700 Subject: [PATCH] feat: fixing report --- .../(protected)/contributor/report/components/report-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/(protected)/contributor/report/components/report-table.tsx b/app/[locale]/(protected)/contributor/report/components/report-table.tsx index 6c942857..976a1e27 100644 --- a/app/[locale]/(protected)/contributor/report/components/report-table.tsx +++ b/app/[locale]/(protected)/contributor/report/components/report-table.tsx @@ -108,7 +108,7 @@ const ReportTable = () => { const [previewData, setPreviewData] = React.useState(null); const handlePreview = (id: string) => { - const url = `https://netidhub.com/api/media/report/view?id=${id}`; + const url = `https://new.netidhub.com/api/media/report/view?id=${id}`; setPreviewData({ url }); setOpenPreview(true); };