From f1cef2e6434acaa2e69abb992cc620a8c96f4787 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 7 Jul 2026 11:05:40 +0000 Subject: [PATCH] feat(portfolio): enable the "Bulk excel import" entry point The Add-properties menu had "Bulk excel import" disabled behind a "Soon" badge. The bulk-upload flow exists (/portfolio/[id]/bulk-upload), so make the item clickable and route to it, matching the "Search by postcode" item. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../portfolio/[slug]/components/PropertyTable.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/portfolio/[slug]/components/PropertyTable.tsx b/src/app/portfolio/[slug]/components/PropertyTable.tsx index 8fd7aed1..6d452e42 100644 --- a/src/app/portfolio/[slug]/components/PropertyTable.tsx +++ b/src/app/portfolio/[slug]/components/PropertyTable.tsx @@ -654,21 +654,20 @@ export default function PropertyTable({ + router.push(`/portfolio/${portfolioId}/bulk-upload`) + } > - + - + Bulk excel import Upload a spreadsheet of addresses - - Soon -