fix: change url from app to desk

This commit is contained in:
Ejaaz Khan 2025-12-18 14:01:52 +05:30
parent fb0296f210
commit 424222dc81

View file

@ -147,7 +147,7 @@ frappe.ui.form.Attachments = class Attachments {
};
}
const icon = `<a href="/app/file/${fileid}" class="attachment-icon">
const icon = `<a href="/desk/file/${fileid}" class="attachment-icon">
${frappe.utils.icon(attachment.is_private ? "es-line-lock" : "es-line-unlock", "sm ml-0")}
</a>`;