Fix typo mqtt-base

This commit is contained in:
MichaelDvP
2022-07-30 14:30:42 +02:00
parent 94afd8a3a6
commit ec02e55635
3 changed files with 1110 additions and 1730 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@
"@mui/material": "^5.9.2",
"@table-library/react-table-library": "4.0.10",
"@types/lodash": "^4.14.182",
"@types/node": "^18.6.1",
"@types/node": "^18.6.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",

View File

@@ -80,7 +80,7 @@ const MqttSettingsForm: FC = () => {
<ValidatedTextField
fieldErrors={fieldErrors}
name="base"
label="Bsse"
label="Base"
fullWidth
variant="outlined"
value={data.base}