CEC-2281 Fix cert name

This commit is contained in:
jwu-fisker
2022-08-23 18:18:00 -07:00
parent f0b2a4f217
commit bf0b43dad5
6 changed files with 30 additions and 69 deletions

View File

@@ -75,11 +75,6 @@ const CreateForm = ({ onCreate, busy }) => {
control={<Radio />}
label="Charging"
/>
<FormControlLabel
value={CertTypes.Aftersales}
control={<Radio />}
label="Aftersales"
/>
</RadioGroup>
<Button
type="submit"