diff --git a/src/App/Pages/GeneratorPage.xaml b/src/App/Pages/GeneratorPage.xaml index b830053d0..4854abc63 100644 --- a/src/App/Pages/GeneratorPage.xaml +++ b/src/App/Pages/GeneratorPage.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Bit.App.Pages.GeneratorPage" xmlns:pages="clr-namespace:Bit.App.Pages" + x:DataType="pages:GeneratorPageViewModel" Title="{Binding PageTitle}"> diff --git a/src/App/Pages/HomePage.xaml b/src/App/Pages/HomePage.xaml index 860ec3f14..c05c30eaf 100644 --- a/src/App/Pages/HomePage.xaml +++ b/src/App/Pages/HomePage.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Bit.App.Pages.HomePage" xmlns:pages="clr-namespace:Bit.App.Pages" + x:DataType="pages:HomeViewModel" Title="{Binding PageTitle}"> diff --git a/src/App/Pages/SettingsPage.xaml b/src/App/Pages/SettingsPage.xaml index eb3655158..ce357a702 100644 --- a/src/App/Pages/SettingsPage.xaml +++ b/src/App/Pages/SettingsPage.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Bit.App.Pages.SettingsPage" xmlns:pages="clr-namespace:Bit.App.Pages" + x:DataType="pages:SettingsPageViewModel" Title="{Binding PageTitle}"> diff --git a/src/App/Pages/VaultGroupingsPage.xaml b/src/App/Pages/VaultGroupingsPage.xaml index 6caee6f22..62885ca02 100644 --- a/src/App/Pages/VaultGroupingsPage.xaml +++ b/src/App/Pages/VaultGroupingsPage.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Bit.App.Pages.VaultGroupingsPage" xmlns:pages="clr-namespace:Bit.App.Pages" + x:DataType="pages:VaultGroupingsPageViewModel" Title="{Binding PageTitle}">