formatting

This commit is contained in:
Proddy
2022-11-13 14:35:04 +01:00
parent 92ac601072
commit 9dd0bf01e2
5 changed files with 617 additions and 586 deletions

View File

@@ -214,7 +214,7 @@ const MqttSettingsForm: FC = () => {
<Grid container spacing={1} direction="row" justifyContent="flex-start" alignItems="flex-start">
<Grid item>
<BlockFormControlLabel
sx={{ pb: 2 }}
sx={{ pb: 2 }}
control={<Checkbox name="ha_enabled" checked={data.ha_enabled} onChange={updateFormValue} />}
label={LL.MQTT_PUBLISH_TEXT_3()}
/>