|
|
@ -393,7 +393,7 @@ namespace Volo.Docs.Pages.Documents.Project |
|
|
|
|
|
|
|
|
return RemoveVersionPrefix(Document.Version) == LatestVersionInfo.Version ? |
|
|
return RemoveVersionPrefix(Document.Version) == LatestVersionInfo.Version ? |
|
|
DocsAppConsts.Latest : |
|
|
DocsAppConsts.Latest : |
|
|
RemoveVersionPrefix(Document.Version); |
|
|
Document.Version; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private async Task SetDocumentAsync() |
|
|
private async Task SetDocumentAsync() |
|
|
|