Fixed curtains creation default name
This commit is contained in:
parent
c7334b735f
commit
9f4bc21fa8
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ class NewDevice extends Component {
|
||||||
knobDimmer: "New knob dimmer",
|
knobDimmer: "New knob dimmer",
|
||||||
securityCamera: "New security camera",
|
securityCamera: "New security camera",
|
||||||
thermostat: "New thermostat",
|
thermostat: "New thermostat",
|
||||||
|
curtains: "New curtains",
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.state.deviceName === "") {
|
if (this.state.deviceName === "") {
|
||||||
|
|
Loading…
Reference in a new issue