Merge pull request #14995 from Zlash65/min-fix

[Minor] Hub Factory class extend fix
This commit is contained in:
Zarrar
2018-07-24 14:53:15 +05:30
committed by GitHub

View File

@@ -1,6 +1,6 @@
frappe.provide('erpnext.hub.pages');
frappe.views.HubFactory = frappe.views.Factory.extend({
frappe.views.HubFactory = class HubFactory extends frappe.views.Factory({
make(route) {
const page_name = frappe.get_route_str();
const page = route[1];