mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 00:06:22 +00:00
fix(marketplace): Capitalize marketplace factory class to support router changes (#16428)
This commit is contained in:
committed by
Faris Ansari
parent
0c44701901
commit
442c85c006
@@ -1,6 +1,6 @@
|
||||
frappe.provide('erpnext.hub');
|
||||
|
||||
frappe.views.marketplaceFactory = class marketplaceFactory extends frappe.views.Factory {
|
||||
frappe.views.MarketplaceFactory = class MarketplaceFactory extends frappe.views.Factory {
|
||||
show() {
|
||||
is_marketplace_disabled()
|
||||
.then(disabled => {
|
||||
|
||||
Reference in New Issue
Block a user