CEC-749 Fix types (#144)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user