From f04be3f8768a2df47f843e294aa2f228995458cd Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:44:29 +0100 Subject: [PATCH] fix: sider --- frappe/public/js/frappe/utils/datatable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/utils/datatable.js b/frappe/public/js/frappe/utils/datatable.js index e07b86df94..ec82d256f1 100644 --- a/frappe/public/js/frappe/utils/datatable.js +++ b/frappe/public/js/frappe/utils/datatable.js @@ -19,4 +19,4 @@ frappe.utils.datatable.get_translations = function () { }; return translations; -} \ No newline at end of file +};