Bit of type cleanup when debugging
This commit is contained in:
parent
756cc0d266
commit
447ea18d95
2 changed files with 5 additions and 4 deletions
|
|
@ -158,7 +158,8 @@ async function fetchExistingReport(report_uri: string) {
|
|||
return;
|
||||
}
|
||||
const body = await resp.json();
|
||||
report.value = body;
|
||||
Object.assign(report.value, body);
|
||||
console.log("fetched existing report", report.value);
|
||||
isLoading.value = false;
|
||||
}
|
||||
async function updateReport(updates: ComplianceUpdate) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue