mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: change formatting
This commit is contained in:
@@ -54,7 +54,8 @@ export default {
|
|||||||
if (this.category !== 'All') {
|
if (this.category !== 'All') {
|
||||||
this.filters['hub_category'] = this.category;
|
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
|
filters: this.filters
|
||||||
})
|
})
|
||||||
.then((items) => {
|
.then((items) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user