Show a warning if they will replace the images on the report

This commit is contained in:
Eli Ribble 2026-04-12 16:44:20 +00:00
parent ab47259534
commit 875298fe88
No known key found for this signature in database
2 changed files with 10 additions and 14 deletions

View file

@ -152,6 +152,7 @@ async function fetchExistingReport(report_uri: string) {
}
const body = await resp.json();
report.value.id = body.id;
report.value.images = body.images;
report.value.uri = body.uri;
report.value.address = body.address;
isLoading.value = false;