Move picking new integration into dialog (#3110)

This commit is contained in:
Paulus Schoutsen
2019-04-24 12:51:41 -07:00
committed by GitHub
parent ff2f573dd0
commit 2f36304f06
6 changed files with 199 additions and 50 deletions

View File

@@ -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;
}