TYPE has param

This commit is contained in:
proddy
2025-03-23 14:00:20 +01:00
parent 2ab9607989
commit 0c7301a020

View File

@@ -554,7 +554,7 @@ const ApplicationSettings = () => {
<Grid>
<TextField
name="led_type"
label={'LED ' + LL.TYPE()}
label={'LED ' + LL.TYPE(0)}
value={data.led_type}
fullWidth
variant="outlined"