Fix HIPAA json name

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-05-30 12:46:33 -07:00
parent 9689c6dc4c
commit f9acc89e63
2 changed files with 2 additions and 2 deletions

View File

@@ -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."
},
{

View File

@@ -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`