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

Commit c649e0a

Browse files
committed
Allow >1 PR to be created :)
Don't call `OnCompleted` on `create` as more than one PR can be created from this view. This together with the previous commit fixes #325.
1 parent c32b620 commit c649e0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestListView.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ protected void NotifyOpen(ViewWithData id)
5656
protected void NotifyCreate()
5757
{
5858
create.OnNext(null);
59-
create.OnCompleted();
6059
}
6160

6261
bool disposed;

0 commit comments

Comments
 (0)