mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Handle unchanged suggested values (#5688)
This commit is contained in:
@@ -128,6 +128,8 @@ class StepFlowForm extends LitElement {
|
||||
data[field.name] = field.default;
|
||||
}
|
||||
});
|
||||
|
||||
this._stepData = data;
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user