This commit is contained in:
alicia pritchett 2022-02-10 15:12:12 -05:00
parent d40e2bc176
commit 46c81fd7d0

View File

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