Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Jun 18, 2018
1 parent 0b2e382 commit 2abee78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/container/view/view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/app/workflow/view/view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2abee78

Please sign in to comment.