We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b322cee commit 21c56bfCopy full SHA for 21c56bf
1 file changed
src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs
@@ -4,7 +4,7 @@
4
5
namespace HotChocolateGraphQL.Mobile;
6
7
-abstract partial class BasePage<TViewModel> : BasePage where TViewModel : BaseViewModel
+abstract partial class BasePage<TViewModel> : BasePage where TViewModel : BaseViewModel
8
{
9
protected BasePage(in TViewModel viewModel, in string? title = null, in bool shouldUseSafeArea = true) : base(viewModel, title)
10
0 commit comments