fix MakeNow filter

This commit is contained in:
Chris Scoggins
2022-02-03 17:19:38 -06:00
parent 6ef25b604b
commit f9244a93a5
2 changed files with 6 additions and 7 deletions

View File

@ -1029,7 +1029,6 @@ export default {
if (!this.searchFiltered()) {
params.options.query.last_viewed = this.ui.recently_viewed
}
console.log(params)
return params
},
searchFiltered: function (ignore_string = false) {