From f9acc89e63eecd5ffe3ebd6b6e25be5328b87686 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Fri, 30 May 2025 12:46:33 -0700 Subject: [PATCH] Fix HIPAA json name Signed-off-by: Sacha Al Himdani --- apps/console/public/data/frameworks/HIPAA.json | 2 +- .../pages/organizations/frameworks/ImportFrameworkDialog.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`