Make it possible to save SMS support status on phone record

This commit is contained in:
Eli Ribble 2026-04-13 22:07:56 +00:00
parent 96878f24de
commit 9c557a0391
No known key found for this signature in database
14 changed files with 135 additions and 54 deletions

View file

@ -56,8 +56,7 @@ import {
PublicReportCompliance,
PublicReportComplianceOptions,
} from "@/type/api";
import { Address, Location, PermissionType } from "@/type/api";
import { type Contact } from "@/rmo/content/compliance/Contact.vue";
import { Contact, Address, Location, PermissionType } from "@/type/api";
interface Props {
slug: string;
@ -129,6 +128,9 @@ function doContact() {
return;
}
console.log("contact", report.value.reporter);
updateReport({
reporter: report.value.reporter,
});
}
function doPermission() {
if (!report.value) {