Skip to content

Commit

Permalink
[MIG] mis_builder: remove jquery remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul authored and chaule97 committed Feb 4, 2025
1 parent 74d4e65 commit ab1f06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mis_builder/static/src/components/mis_report_widget.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class MisReportWidget extends Component {
}

async drilldown(event) {
const drilldown = $(event.target).data("drilldown");
const drilldown = JSON.parse(event.target.dataset.drilldown);
const action = await this.orm.call(
"mis.report.instance",
"drilldown",
Expand Down

0 comments on commit ab1f06c

Please sign in to comment.