From c2ca55627e9590484651fb85e1a45ad0283c98bd Mon Sep 17 00:00:00 2001 From: Michael Atwood Date: Sat, 3 Oct 2020 12:12:23 -0700 Subject: [PATCH] comment where index page is specifed if no action --- Oqtane.Client/UI/SiteRouter.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/Oqtane.Client/UI/SiteRouter.razor b/Oqtane.Client/UI/SiteRouter.razor index 797f962b..a93661b7 100644 --- a/Oqtane.Client/UI/SiteRouter.razor +++ b/Oqtane.Client/UI/SiteRouter.razor @@ -202,6 +202,7 @@ { modIdPos = i + 1; actionPos = modIdPos + 1; + // Route to index page if no action is specifed if (actionPos > segments.Length - 1) { action = Constants.DefaultAction;