Add versions section

This commit is contained in:
Jai A
2020-10-21 13:43:49 -07:00
parent 34ce510fbd
commit 89ebce79b2
7 changed files with 732 additions and 377 deletions

View File

@@ -395,7 +395,7 @@ export default {
if (this.selectedVersions.length > 0) {
const versionFacets = []
for (const facet of this.selectedVersions) {
versionFacets.push('versions:' + facet)
versionFacets.push('version:' + facet)
}
formattedFacets.push(versionFacets)
}