diff --git a/src/components/Ecosystem/Dashboard.tsx b/src/components/Ecosystem/Dashboard.tsx index 3e5a9762f..c4d678d58 100644 --- a/src/components/Ecosystem/Dashboard.tsx +++ b/src/components/Ecosystem/Dashboard.tsx @@ -391,12 +391,12 @@ const Dashboard = () => { >
Edit Ecosystem
- + {/*
Enable/Disable Ecosystem
-
- + */} + {/*
Manual Registration
-
+
*/} ) : ( { + { props.closeModal() setErrMsg(null) }} size="xl"> {isEcosystemData?.isEcosystemLead ? ( -
Requested {props.endorsementData?.type}
+
Requested {props.endorsementData?.type === EndorsementType.credDef ? "Credential Definition" : "Schema" }
) : ( -
View {props.endorsementData?.type}
+
View {props.endorsementData?.type === EndorsementType.credDef ? "Credential Definition" : "Schema"}
)}
diff --git a/src/components/Resources/Schema/Create.tsx b/src/components/Resources/Schema/Create.tsx index b9b901de8..72b1a9e0a 100644 --- a/src/components/Resources/Schema/Create.tsx +++ b/src/components/Resources/Schema/Create.tsx @@ -452,7 +452,7 @@ const CreateSchema = () => { )} {index === attribute.length - 1 && ( -
+