Browse Source

Fix errors on the docs module when FileSystem is used

resolves https://github.com/abpframework/abp/issues/5487
pull/5489/head
Yunus Emre Kalkan 6 years ago
parent
commit
ec234321f3
  1. 2
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs

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

@ -288,8 +288,6 @@ namespace Volo.Docs.Pages.Documents.Project
}
else
{
SetLatestVersionBranchName(versions);
LatestVersionInfo = new VersionInfoViewModel(
$"{DocsAppConsts.Latest}",
DocsAppConsts.Latest,

Loading…
Cancel
Save