mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-23 05:38:25 +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) => {
|
dialogRef.afterClosed().subscribe((data: DeleteWorkflowSpecDialogData) => {
|
||||||
if (data && data.confirm && data.workflowSpec && this.canDeleteWorkflowSpec(data.workflowSpec)) {
|
if (data && data.confirm && data.workflowSpec && this.canDeleteWorkflowSpec(data.workflowSpec)) {
|
||||||
7 this._deleteWorkflowSpec(data.workflowSpec);
|
this._deleteWorkflowSpec(data.workflowSpec);
|
||||||
if (typeof this.masterStatusSpec !== 'undefined') {
|
if (typeof this.masterStatusSpec !== 'undefined') {
|
||||||
this.selectSpec(this.masterStatusSpec);
|
this.selectSpec(this.masterStatusSpec);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user