diff --git a/apps/console/public/data/frameworks/HIPAA.json b/apps/console/public/data/frameworks/HIPAA.json index 2478d0861..6f6577753 100644 --- a/apps/console/public/data/frameworks/HIPAA.json +++ b/apps/console/public/data/frameworks/HIPAA.json @@ -135,7 +135,7 @@ "name": "Administrative Safeguards - Disaster Recovery Plan: Establish (and implement as needed) procedures to restore any loss of data." }, { - "id": "164.308(a)(5)(ii)(C)", + "id": "164.308(a)(7)(ii)(C)", "name": "Administrative Safeguards - Emergency Mode Operation Plan: Establish (and implement as needed)procedures to enable continuation of critical business processes for protection of the security of ePHI while operating in emergency mode." }, { diff --git a/apps/console/src/pages/organizations/frameworks/ImportFrameworkDialog.tsx b/apps/console/src/pages/organizations/frameworks/ImportFrameworkDialog.tsx index 6fcfff59c..d5cac1c39 100644 --- a/apps/console/src/pages/organizations/frameworks/ImportFrameworkDialog.tsx +++ b/apps/console/src/pages/organizations/frameworks/ImportFrameworkDialog.tsx @@ -15,7 +15,7 @@ import { useState, useRef } from "react"; const AVAILABLE_FRAMEWORKS = [ { id: "ISO27001-2022", name: "ISO/IEC 27001:2022" }, { id: "SOC2", name: "SOC 2" }, - { id: "HIPAAA", name: "HIPAA" }, + { id: "HIPAA", name: "HIPAA" }, ]; const importFrameworkMutation = graphql`