Skip to content
Snippets Groups Projects
Commit bbf425cf authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #20922 TIME 0:10 element synchronization problem when adding a model

parent 1fd163f7
No related branches found
No related tags found
No related merge requests found
...@@ -451,6 +451,7 @@ export class VisaWorkflowComponent implements OnInit { ...@@ -451,6 +451,7 @@ export class VisaWorkflowComponent implements OnInit {
); );
this.searchVisaSignUser.reset(); this.searchVisaSignUser.reset();
this.searchVisaSignUserInput.nativeElement.blur(); this.searchVisaSignUserInput.nativeElement.blur();
this.workflowUpdated.emit(this.visaWorkflow.items);
resolve(true); resolve(true);
}) })
).subscribe(); ).subscribe();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment