fix: change formatting

This commit is contained in:
Mangesh-Khairnar 2019-12-04 17:51:08 +05:30
parent ad66677029
commit e4274cbfa6

View File

@ -54,7 +54,8 @@ export default {
if (this.category !== 'All') {
this.filters['hub_category'] = this.category;
}
hub.call('get_items', { keyword: this.search_value,
hub.call('get_items', {
keyword: this.search_value,
filters: this.filters
})
.then((items) => {