hello
i created an app for the frappe lms and when im trying to use hooks to change the sidebar its not working , anyone got an idea on the right way to do that because i followed the doc and its not helping really
and for my steps i created a components folder with the custom side bar as a vue file and added in the pbulic js folder the sidebar override file and in the hooks.py i included it with
web_include_js = [
“public/js/sidebar_override.js”
]
and thank you so much