diff --git a/.replit b/.replit index 45eebf7..75d108a 100644 --- a/.replit +++ b/.replit @@ -19,10 +19,6 @@ externalPort = 80 localPort = 33035 externalPort = 3001 -[[ports]] -localPort = 33963 -externalPort = 6000 - [[ports]] localPort = 41295 externalPort = 5173 diff --git a/client/src/pages/sites.tsx b/client/src/pages/sites.tsx index ff5972c..4f0985a 100644 --- a/client/src/pages/sites.tsx +++ b/client/src/pages/sites.tsx @@ -219,7 +219,7 @@ export default function Sites() { setEditingSite(site); editForm.reset({ name: site.name, - address: site.address, + address: site.address || "", latitude: site.latitude || "", longitude: site.longitude || "", customerId: site.customerId ?? undefined,