style: fix indent
This commit is contained in:
parent
029b8f0a35
commit
ab383b5bee
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ frappe.ui.form.on('Notification Settings', {
|
|||
refresh: (frm) => {
|
||||
if (frappe.user.has_role('System Manager')) {
|
||||
frm.add_custom_button('Go to Notification Settings List', () => {
|
||||
frappe.set_route('List', 'Notification Settings');
|
||||
frappe.set_route('List', 'Notification Settings');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue