Bug Fixes

This commit is contained in:
Jai A
2020-10-21 14:30:13 -07:00
parent 89ebce79b2
commit 8f487d7d4e
4 changed files with 17 additions and 8 deletions

View File

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