mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-22 05:08:32 +00:00
typo
This commit is contained in:
parent
d40e2bc176
commit
46c81fd7d0
@ -215,7 +215,7 @@ export class WorkflowSpecListComponent implements OnInit {
|
||||
|
||||
dialogRef.afterClosed().subscribe((data: DeleteWorkflowSpecDialogData) => {
|
||||
if (data && data.confirm && data.workflowSpec && this.canDeleteWorkflowSpec(data.workflowSpec)) {
|
||||
7 this._deleteWorkflowSpec(data.workflowSpec);
|
||||
this._deleteWorkflowSpec(data.workflowSpec);
|
||||
if (typeof this.masterStatusSpec !== 'undefined') {
|
||||
this.selectSpec(this.masterStatusSpec);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user