mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Revert fetching config flow after subscribe for progress (#18939)
This commit is contained in:
parent
a820ca1e90
commit
76d3c6e237
@ -425,13 +425,6 @@ class DataEntryFlowDialog extends LitElement {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
if (this._step?.flow_id) {
|
|
||||||
await this._unsubDataEntryFlowProgressed;
|
|
||||||
// fetch flow after we subscribe to the event, so we don't miss the first event
|
|
||||||
this._processStep(
|
|
||||||
this._params!.flowConfig.fetchFlow(this.hass, this._step.flow_id)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user