CEC-749 Fix types (#144)

This commit is contained in:
John Wu
2022-04-19 09:38:30 -07:00
committed by GitHub
parent 77d75c621d
commit 0fd2cf6dba
3 changed files with 13 additions and 13 deletions

View File

@@ -5,9 +5,9 @@ import api from "../../services/certificatesAPI";
const CertificateContext = React.createContext();
export const CertTypes = {
TREX: "TREX",
HMI: "HMI",
Charging: "CHARGE",
TBOX: "TBOX",
ICC: "ICC",
Charging: "Charging",
};
const validateCreate = (data) => {