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

Commit 74ae4c8

Browse files
committed
Revert "Try to use SampleData instead of real data in the meantime"
This reverts commit 2b0105a.
1 parent 070f99f commit 74ae4c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ public partial class PullRequestCreationView : GenericPullRequestCreationView
1717
public PullRequestCreationView()
1818
{
1919
InitializeComponent();
20-
// DataContextChanged += (s, e) => ViewModel = e.NewValue as IPullRequestCreationViewModel;
21-
DataContextChanged += (s, e) => ViewModel = new GitHub.SampleData.PullRequestCreationViewModelDesigner() as IPullRequestCreationViewModel;
20+
DataContextChanged += (s, e) => ViewModel = e.NewValue as IPullRequestCreationViewModel;
2221

2322
this.WhenActivated(d =>
2423
{

0 commit comments

Comments
 (0)