From ec234321f3d5932335d34e30a23ae9d259fe1a78 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Fri, 18 Sep 2020 14:54:29 +0300 Subject: [PATCH] Fix errors on the docs module when FileSystem is used resolves https://github.com/abpframework/abp/issues/5487 --- .../src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs index 777875660a..661c21eb11 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs +++ b/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,