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