Initial pattern for populating different report types

This commit is contained in:
Eli Ribble 2026-04-12 17:53:25 +00:00
parent c8f74d3c26
commit ae10e4fee8
No known key found for this signature in database
14 changed files with 218 additions and 68 deletions

View file

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