6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
frappe.ready(function() {
|
|
frappe.web_form.after_save = () => {
|
|
window.location.href = `/dashboard#courses-created`;
|
|
}
|
|
});
|