mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-03 20:34:07 +00:00
linting
This commit is contained in:
parent
55895b6843
commit
72beae8604
@ -167,9 +167,7 @@ export class WorkflowSpecListComponent implements OnInit {
|
||||
dialogRef.afterClosed().subscribe((data: DeleteWorkflowSpecDialogData) => {
|
||||
if (data && data.confirm && data.workflowSpec) {
|
||||
this._deleteWorkflowSpec(data.workflowSpec);
|
||||
|
||||
this.selectedSpec = this.masterStatusSpec
|
||||
|
||||
this.selectedSpec = this.masterStatusSpec;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user