Fix HIPAA json name
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
"name": "Administrative Safeguards - Disaster Recovery Plan: Establish (and implement as needed) procedures to restore any loss of data."
|
"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."
|
"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."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import { useState, useRef } from "react";
|
|||||||
const AVAILABLE_FRAMEWORKS = [
|
const AVAILABLE_FRAMEWORKS = [
|
||||||
{ id: "ISO27001-2022", name: "ISO/IEC 27001:2022" },
|
{ id: "ISO27001-2022", name: "ISO/IEC 27001:2022" },
|
||||||
{ id: "SOC2", name: "SOC 2" },
|
{ id: "SOC2", name: "SOC 2" },
|
||||||
{ id: "HIPAAA", name: "HIPAA" },
|
{ id: "HIPAA", name: "HIPAA" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const importFrameworkMutation = graphql`
|
const importFrameworkMutation = graphql`
|
||||||
|
|||||||
Reference in New Issue
Block a user