mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
helptext for string commands
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
DialogActions,
|
||||
MenuItem,
|
||||
InputAdornment,
|
||||
FormHelperText,
|
||||
IconButton,
|
||||
List,
|
||||
ListItem,
|
||||
@@ -248,6 +249,9 @@ const DashboardData: FC = () => {
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
{deviceValue.h && (
|
||||
<FormHelperText>{deviceValue.h}</FormHelperText>
|
||||
)}
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user