Skip to content

Commit

Permalink
fixed #2004
Browse files Browse the repository at this point in the history
  • Loading branch information
yekalkan committed Oct 25, 2019
1 parent 06287a1 commit 6c238f4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,13 @@ private async Task SetVersionAsync()
}
}
}
else
{
LatestVersionInfo = new VersionInfoViewModel(
$"{DocsAppConsts.Latest}",
DocsAppConsts.Latest,
true);
}

VersionSelectItems = versions.Select(v => new SelectListItem
{
Expand Down

0 comments on commit 6c238f4

Please sign in to comment.