Show a warning if they will replace the images on the report
This commit is contained in:
parent
ab47259534
commit
875298fe88
2 changed files with 10 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue