fix: change url from app to desk
This commit is contained in:
parent
fb0296f210
commit
424222dc81
1 changed files with 1 additions and 1 deletions
|
|
@ -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>`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue