Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkleinhenz committed Mar 8, 2017
1 parent 92f3a91 commit 89a7b56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export class WorkItemBoardComponent implements OnInit {
this.activeOnList();
});
}
}

listenToEvents() {
// filters like assign to me should stack with the current filters
Expand All @@ -231,6 +232,6 @@ export class WorkItemBoardComponent implements OnInit {
this.getDefaultWorkItemTypeStates(filter.value);
});
});

}

}

0 comments on commit 89a7b56

Please sign in to comment.