fix: user profile not loading
fix issue caused during implementation of esbuild system
This commit is contained in:
parent
b5b8810945
commit
3e44744a37
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
frappe.pages['user-profile'].on_page_load = function (wrapper) {
|
||||
frappe.require('assets/js/user_profile_controller.min.js', () => {
|
||||
frappe.require('user_profile_controller.bundle.js', () => {
|
||||
let user_profile = new frappe.ui.UserProfile(wrapper);
|
||||
user_profile.show();
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue