mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 05:20:31 +00:00
Show if config entry is not loaded (#8717)
This commit is contained in:
@@ -315,7 +315,7 @@ class DataEntryFlowDialog extends LitElement {
|
||||
this._step.type === "create_entry"
|
||||
) {
|
||||
if (this._params!.flowConfig.loadDevicesAndAreas) {
|
||||
this._fetchDevices(this._step.result);
|
||||
this._fetchDevices(this._step.result.entry_id);
|
||||
this._fetchAreas();
|
||||
} else {
|
||||
this._devices = [];
|
||||
|
||||
Reference in New Issue
Block a user