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

Commit 5596f3f

Browse files
Last fix
1 parent a785da4 commit 5596f3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.VisualStudio.UI/Views/InlineAnnotationView.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:ghfvs="https://github.com/github/VisualStudio"
77
xmlns:markdig="clr-namespace:Markdig.Wpf;assembly=Markdig.Wpf"
8-
xmlns:sampleData="clr-namespace:GitHub.InlineReviews.SampleData;assembly=GitHub.InlineReviews"
98
mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300">
109

1110
<d:DesignProperties.DataContext>
12-
<sampleData:InlineAnnotationViewModelDesigner />
11+
<ghfvs:InlineAnnotationViewModelDesigner />
1312
</d:DesignProperties.DataContext>
1413

1514
<StackPanel Orientation="Vertical">

0 commit comments

Comments
 (0)