This commit is contained in:
Nile Walker 2021-03-10 09:17:13 -05:00
parent 55895b6843
commit 72beae8604

View File

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