This commit is contained in:
Nile Walker 2021-03-09 10:44:20 -05:00
parent 97be04cf59
commit 5a3ad09e2b
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
});
}