Update the report after uploading images
This commit is contained in:
parent
5448702a7d
commit
7545b2e4ef
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue