mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Move picking new integration into dialog (#3110)
This commit is contained in:
@@ -167,6 +167,8 @@ class StepFlowForm extends LitElement {
|
||||
toSendData
|
||||
);
|
||||
|
||||
// make sure we're still showing the same step as when we
|
||||
// fired off request.
|
||||
if (!this.step || flowId !== this.step.flow_id) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user