Save public_id after creating report so we see it in the UI

This commit is contained in:
Eli Ribble 2026-04-14 02:35:41 +00:00
parent e707d91e7f
commit 2408bcbeff
No known key found for this signature in database

View file

@ -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() {