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

@@ -5644,7 +5644,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
class="PrivateSwitchBase-input-1436"
name="cert-type"
type="radio"
value="TREX"
value="TBOX"
/>
<div
class="PrivateRadioButtonIcon-root-1437 PrivateRadioButtonIcon-checked-1439"
@@ -5678,7 +5678,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
<span
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
>
TREX
TBOX
</span>
</label>
<label
@@ -5695,7 +5695,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
class="PrivateSwitchBase-input-1436"
name="cert-type"
type="radio"
value="HMI"
value="ICC"
/>
<div
class="PrivateRadioButtonIcon-root-1437"
@@ -5729,7 +5729,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
<span
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
>
HMI
ICC
</span>
</label>
<label
@@ -5746,7 +5746,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
class="PrivateSwitchBase-input-1436"
name="cert-type"
type="radio"
value="CHARGE"
value="Charging"
/>
<div
class="PrivateRadioButtonIcon-root-1437"