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

Commit 6b0e30b

Browse files
committed
Add missing xmlns
xmlns:sd="clr-namespace:GitHub.SampleData;assembly=GitHub.App"
1 parent 4e20b0f commit 6b0e30b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.VisualStudio.UI/Views/TeamExplorer/RepositoryPublishView.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
d:DesignHeight="440"
1010
d:DesignWidth="414"
1111
Background="{DynamicResource GitHubVsToolWindowBackground}"
12-
d:DataContext="{d:DesignInstance Type=ghfvs:RepositoryPublishViewModelDesigner, IsDesignTimeCreatable=True}"
12+
xmlns:sd="clr-namespace:GitHub.SampleData;assembly=GitHub.App"
13+
d:DataContext="{d:DesignInstance Type=sd:RepositoryPublishViewModelDesigner, IsDesignTimeCreatable=True}"
1314
mc:Ignorable="d"
1415
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.TeamExplorerSyncGitHubRepositoryPublishCustom}"
1516
IsEnabled="{Binding IsBusy, Converter={ghfvs:InverseBooleanConverter}}">

0 commit comments

Comments
 (0)