style: fix indent

This commit is contained in:
prssanna 2020-04-09 10:59:27 +05:30
parent 029b8f0a35
commit ab383b5bee

View file

@ -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');
});
}
}