From 2408bcbeffd03ec3f3ba73b8cb61a4d09499cbfb Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 14 Apr 2026 02:35:41 +0000 Subject: [PATCH] Save public_id after creating report so we see it in the UI --- ts/rmo/view/Compliance.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/rmo/view/Compliance.vue b/ts/rmo/view/Compliance.vue index edfca9ce..a612f1ab 100644 --- a/ts/rmo/view/Compliance.vue +++ b/ts/rmo/view/Compliance.vue @@ -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() {