mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Handle unchanged suggested values (#5688)
This commit is contained in:
parent
d2a5494335
commit
8b04df093c
@ -128,6 +128,8 @@ class StepFlowForm extends LitElement {
|
||||
data[field.name] = field.default;
|
||||
}
|
||||
});
|
||||
|
||||
this._stepData = data;
|
||||
return data;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user