mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-18 11:26:52 +00:00
Fixes #213
This commit is contained in:
parent
97be04cf59
commit
5a3ad09e2b
@ -167,6 +167,7 @@ export class WorkflowSpecListComponent implements OnInit {
|
||||
dialogRef.afterClosed().subscribe((data: DeleteWorkflowSpecDialogData) => {
|
||||
if (data && data.confirm && data.workflowSpec) {
|
||||
this._deleteWorkflowSpec(data.workflowSpec);
|
||||
this.selectSpec(this.masterStatusSpec);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user