From 72beae860430ac400ff668a2ac254923ea6bae2d Mon Sep 17 00:00:00 2001 From: Nile Walker Date: Wed, 10 Mar 2021 09:17:13 -0500 Subject: [PATCH] linting --- src/app/workflow-spec-list/workflow-spec-list.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.ts b/src/app/workflow-spec-list/workflow-spec-list.component.ts index c4aed37..74e4cdd 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.ts +++ b/src/app/workflow-spec-list/workflow-spec-list.component.ts @@ -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; } }); }