Skip to content

Commit

Permalink
fix: grid row class
Browse files Browse the repository at this point in the history
  • Loading branch information
sibikumarkuppusamy committed Dec 13, 2024
1 parent 76263da commit ad3bd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/form/grid_row.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class GridRow {
let render_row = true;

this.wrapper = $('<div class="grid-row"></div>');
this.row = $('<div clascccs="data-row row"></div>')
this.row = $('<div class="data-row row"></div>')
.appendTo(this.wrapper)
.on("click", function (e) {
if (
Expand Down

0 comments on commit ad3bd89

Please sign in to comment.