Browse Source

Update modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23037/head
Enis Necipoglu 1 year ago
committed by GitHub
parent
commit
63f2788d59
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml.cs

2
modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml.cs

@ -55,7 +55,7 @@ namespace Volo.Docs.Pages.Documents
routeValues.Add(nameof(Project.IndexModel.ProjectName), project?.ShortName);
}
if(_uiOptions.MultiLanguageMode)
if (_uiOptions.MultiLanguageMode)
{
routeValues.Add(nameof(Project.IndexModel.LanguageCode), language);
}

Loading…
Cancel
Save