From daf921accfe25658bc6617f0806f5a548637f01b Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sat, 28 Mar 2026 06:42:36 -0700 Subject: [PATCH] Fix counts of upload rows --- ts/view/configuration/UploadDetail.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ts/view/configuration/UploadDetail.vue b/ts/view/configuration/UploadDetail.vue index 6925f423..1c9eaabe 100644 --- a/ts/view/configuration/UploadDetail.vue +++ b/ts/view/configuration/UploadDetail.vue @@ -95,7 +95,7 @@ tr.has-error {

- {{ upload?.countExisting }} + {{ upload?.csv_pool.count.existing }}

Existing Pools

Matches found in previous records

@@ -105,7 +105,9 @@ tr.has-error {
-

{{ upload?.countNew }}

+

+ {{ upload?.csv_pool.count.new }} +

New Pools

Not found in existing records

@@ -114,7 +116,9 @@ tr.has-error {
-

{{ upload?.countOutside }}

+

+ {{ upload?.csv_pool.count.outside }} +

Outside District

Potential geocoding errors