Update the report after uploading images

This commit is contained in:
Eli Ribble 2026-04-14 02:44:10 +00:00
parent 5448702a7d
commit 7545b2e4ef
No known key found for this signature in database

View file

@ -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();