fix: precommit check
This commit is contained in:
parent
2f55f2c788
commit
7e2da2be6c
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ frappe.PermissionEngine = class PermissionEngine {
|
|||
// show standard permissions
|
||||
let $d = $(d.wrapper)
|
||||
.find(".frappe-confirm-message")
|
||||
.append("<hr><h5>${__("Standard Permissions")}:</h5><br>");
|
||||
.append(`<hr><h5>${__("Standard Permissions")}:</h5><br>`);
|
||||
let $wrapper = $("<p></p>").appendTo($d);
|
||||
data.message.forEach((d) => {
|
||||
let rights = this.rights
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue