From b116e04894f3ee559d1e882f635f0d3301a3c4ac Mon Sep 17 00:00:00 2001 From: Dotta Date: Mon, 16 Mar 2026 08:54:10 -0500 Subject: [PATCH] fix: hide collision strategy dropdown when importing to new company No collisions are possible when the target is a new company, so the dropdown is unnecessary. The grid layout also adjusts to single-column when only the target field is shown. Co-Authored-By: Paperclip --- ui/src/pages/CompanyImport.tsx | 36 ++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/ui/src/pages/CompanyImport.tsx b/ui/src/pages/CompanyImport.tsx index c4766f13..89848b6c 100644 --- a/ui/src/pages/CompanyImport.tsx +++ b/ui/src/pages/CompanyImport.tsx @@ -804,7 +804,7 @@ export function CompanyImport() { )} -
+
- - - + + + )}
{targetMode === "new" && (