From 424222dc811dca6f1f5fa35d1a624fc5dfe3b65c Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Thu, 18 Dec 2025 14:01:52 +0530 Subject: [PATCH] fix: change url from app to desk --- frappe/public/js/frappe/form/sidebar/attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/form/sidebar/attachments.js b/frappe/public/js/frappe/form/sidebar/attachments.js index e9baddb7ab..8308ce46e8 100644 --- a/frappe/public/js/frappe/form/sidebar/attachments.js +++ b/frappe/public/js/frappe/form/sidebar/attachments.js @@ -147,7 +147,7 @@ frappe.ui.form.Attachments = class Attachments { }; } - const icon = ` + const icon = ` ${frappe.utils.icon(attachment.is_private ? "es-line-lock" : "es-line-unlock", "sm ml-0")} `;