refactor: apply review
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
This commit is contained in:
parent
f0c77e6fe7
commit
dfe1990bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ export default class GridRow {
|
|||
this.open_form_button = $(`
|
||||
<div class="btn-open-row">
|
||||
<a>${frappe.utils.icon("edit", "xs")}</a>
|
||||
<div class="hidden-md edit-grid-row">${__("Edit", "", "edit-grid-row")}</div>
|
||||
<div class="hidden-md edit-grid-row">${__("Edit", "", "Edit grid row")}</div>
|
||||
</div>
|
||||
`)
|
||||
.appendTo(this.open_form_button)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue