Save public_id after creating report so we see it in the UI
This commit is contained in:
parent
e707d91e7f
commit
2408bcbeff
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ async function createReport(client_id: string, loc?: GeolocationPosition) {
|
|||
}
|
||||
const body = await resp.json();
|
||||
storeLocal.setExistingComplianceReportURI(body.uri);
|
||||
report.value!.public_id = body.public_id;
|
||||
report.value!.uri = body.uri;
|
||||
}
|
||||
function doAddress() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue