From 7545b2e4ef84f762449ed6a1ad1a4422a0700c98 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 14 Apr 2026 02:44:10 +0000 Subject: [PATCH] Update the report after uploading images --- ts/rmo/view/Compliance.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts/rmo/view/Compliance.vue b/ts/rmo/view/Compliance.vue index a612f1ab..d1183ff3 100644 --- a/ts/rmo/view/Compliance.vue +++ b/ts/rmo/view/Compliance.vue @@ -235,6 +235,9 @@ async function uploadImages(images: Image[]) { return; } isUploading.value = false; + // after everything is done update the report so that we see the correct number of images + // on the report summary + await fetchExistingReport(report.value.uri); } onMounted(() => { const client_id = storeLocal.getClientID();