From 2abee788bd5669d1ca02cc22cc29f928dd68625b Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Mon, 18 Jun 2018 15:54:21 -0400 Subject: [PATCH] Fix lint issue --- src/app/container/view/view.component.ts | 2 +- src/app/workflow/view/view.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/container/view/view.component.ts b/src/app/container/view/view.component.ts index 4fe0eaae19..785584c332 100644 --- a/src/app/container/view/view.component.ts +++ b/src/app/container/view/view.component.ts @@ -34,7 +34,7 @@ import { HttpErrorResponse } from '@angular/common/http'; // This is actually the tag edtior export class ViewContainerComponent extends View implements OnInit { public TagEditorMode = TagEditorMode; - private tool: DockstoreTool; + public tool: DockstoreTool; public DockstoreToolType = DockstoreTool; isPublic: boolean; constructor(dateService: DateService, private versionModalService: VersionModalService, private stateService: StateService, diff --git a/src/app/workflow/view/view.component.ts b/src/app/workflow/view/view.component.ts index 604cc9cc85..fb6ec70875 100644 --- a/src/app/workflow/view/view.component.ts +++ b/src/app/workflow/view/view.component.ts @@ -36,7 +36,7 @@ export class ViewWorkflowComponent extends View implements OnInit, AfterViewInit @Input() workflowId: number; items: any[]; isPublic: boolean; - private workflow: Workflow; + public workflow: Workflow; public WorkflowType = Workflow; constructor(