From a37fd032021bffbc20d1271d4f1505c41d9427ce Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 27 Apr 2026 11:59:53 +0000 Subject: [PATCH] added domna tech password --- src/app/components/portfolio/AddNew.tsx | 12 +++++++++++- .../[slug]/components/PropertyTable.tsx | 2 +- .../components/propertyTableColumns.tsx | 19 ------------------- 3 files changed, 12 insertions(+), 21 deletions(-) diff --git a/src/app/components/portfolio/AddNew.tsx b/src/app/components/portfolio/AddNew.tsx index e6f91be7..cef42cb9 100644 --- a/src/app/components/portfolio/AddNew.tsx +++ b/src/app/components/portfolio/AddNew.tsx @@ -35,6 +35,16 @@ export default function AddNew({ router.push(`/portfolio/${portfolioId}/remote-assessment`); } + function handleBulkUploadClick() { + const pw = window.prompt("Enter password to access bulk upload"); + if (pw === null) return; + if (pw === "domnatechteamonly") { + setIsBulkUploadOpen(true); + } else { + window.alert("Incorrect password"); + } + } + return ( <> {({ active }) => (