From aad4ed0c876c6fb3934258d39a1499f27d41a81c Mon Sep 17 00:00:00 2001 From: thepra Date: Mon, 27 Jul 2020 21:31:23 +0200 Subject: [PATCH] Updated dependencies --- .../Seenginx.Components.csproj | 6 ++--- Seenginx/App.razor | 23 ++++++++++--------- Seenginx/Pages/Nginx.razor.cs | 2 +- Seenginx/Pages/_Host.cshtml | 1 + Seenginx/Seenginx.csproj | 8 +++---- Seenginx/Shared/MainLayout.razor | 2 -- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Seenginx.Components/Seenginx.Components.csproj b/Seenginx.Components/Seenginx.Components.csproj index 7955aa3..11e7441 100644 --- a/Seenginx.Components/Seenginx.Components.csproj +++ b/Seenginx.Components/Seenginx.Components.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/Seenginx/App.razor b/Seenginx/App.razor index 4d0698b..a558900 100644 --- a/Seenginx/App.razor +++ b/Seenginx/App.razor @@ -1,11 +1,12 @@ - - - - - - - -

Sorry, there's nothing at this address.

-
-
-
+ + + + + + + +

Sorry, there's nothing at this address.

+
+
+
+
diff --git a/Seenginx/Pages/Nginx.razor.cs b/Seenginx/Pages/Nginx.razor.cs index 4d2ba9f..7c1d250 100644 --- a/Seenginx/Pages/Nginx.razor.cs +++ b/Seenginx/Pages/Nginx.razor.cs @@ -17,7 +17,7 @@ namespace Seenginx.Pages public class NginxBase : ComponentBase { [Inject] public INginxService NginxService { get; set; } - [Inject] public IModalService Modal { get; set; } + [CascadingParameter] public IModalService Modal { get; set; } public string InputSearch { get; set; } diff --git a/Seenginx/Pages/_Host.cshtml b/Seenginx/Pages/_Host.cshtml index fd064f1..8dffcc5 100644 --- a/Seenginx/Pages/_Host.cshtml +++ b/Seenginx/Pages/_Host.cshtml @@ -47,6 +47,7 @@ + diff --git a/Seenginx/Seenginx.csproj b/Seenginx/Seenginx.csproj index 614f4c4..72b2a9e 100644 --- a/Seenginx/Seenginx.csproj +++ b/Seenginx/Seenginx.csproj @@ -18,10 +18,10 @@ - - - - + + + + diff --git a/Seenginx/Shared/MainLayout.razor b/Seenginx/Shared/MainLayout.razor index 6228da5..fae7187 100644 --- a/Seenginx/Shared/MainLayout.razor +++ b/Seenginx/Shared/MainLayout.razor @@ -11,5 +11,3 @@ - - \ No newline at end of file