Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6dd359b

Browse files
committed
Not exactly sure how this got changed
1 parent a2df8e7 commit 6dd359b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/ViewModels/PullRequestListViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public override void Initialize([AllowNull] ViewWithData data)
8787
base.Initialize(data);
8888

8989
repositoryHost.ModelService.GetPullRequests(repository, pullRequests);
90-
list.Subscribe();
90+
pullRequests.Subscribe(pr =>
9191
{
9292
trackingAssignees.AddItem(pr.Assignee);
9393
trackingAuthors.AddItem(pr.Author);

0 commit comments

Comments
 (0)