Skip to content

Commit

Permalink
[4.x] Console warning generated by invalid tabulator config (#8834)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-d authored Oct 12, 2023
1 parent f285951 commit 2e5ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Debugbar/AntlersProfiler/resources/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
dataTree: true,
dataTreeStartExpanded: true,
dataTreeChildField: 'children',
layout: 'responsive',
responsiveLayout: true,
tooltips: true,
rowFormatter: function (row) {
var data = row.getData(),
Expand Down

0 comments on commit 2e5ed24

Please sign in to comment.