From 89a7b56412aea586a5dfb3b6402dc52d8cc9e491 Mon Sep 17 00:00:00 2001 From: Michael Kleinhenz Date: Wed, 8 Mar 2017 19:45:35 +0530 Subject: [PATCH] fix(build): fixed build. --- src/app/work-item/work-item-board/work-item-board.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/work-item/work-item-board/work-item-board.component.ts b/src/app/work-item/work-item-board/work-item-board.component.ts index b1a6e7386..e38bc384e 100644 --- a/src/app/work-item/work-item-board/work-item-board.component.ts +++ b/src/app/work-item/work-item-board/work-item-board.component.ts @@ -219,6 +219,7 @@ export class WorkItemBoardComponent implements OnInit { this.activeOnList(); }); } + } listenToEvents() { // filters like assign to me should stack with the current filters @@ -231,6 +232,6 @@ export class WorkItemBoardComponent implements OnInit { this.getDefaultWorkItemTypeStates(filter.value); }); }); - } + }