From 2979078edd95fa7de749848e2422c1160064b07d Mon Sep 17 00:00:00 2001 From: Rene Date: Wed, 1 Jul 2026 15:32:31 +0200 Subject: [PATCH] Fix customer/owner dropdown readability in New Project dialog Replace native setCustomerId(e.target.value)} - className="flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm" - > - - {customers.map((c: any) => ( - - ))} - +
- +