diff --git a/src/frontend/app/visa/visa-workflow.component.ts b/src/frontend/app/visa/visa-workflow.component.ts
index 550ac88cda3b246993320b59f7da186e706aface..22f7a4a573dbf850f545813c15a2aeb6628e930b 100644
--- a/src/frontend/app/visa/visa-workflow.component.ts
+++ b/src/frontend/app/visa/visa-workflow.component.ts
@@ -451,6 +451,7 @@ export class VisaWorkflowComponent implements OnInit {
                         );
                         this.searchVisaSignUser.reset();
                         this.searchVisaSignUserInput.nativeElement.blur();
+                        this.workflowUpdated.emit(this.visaWorkflow.items);
                         resolve(true);
                     })
                 ).subscribe();