Skip to content

Commit

Permalink
Fix label on dataset tab (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Mar 21, 2024
1 parent 5c43aa2 commit b32d998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugBar/Resources/widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ if (typeof(PhpDebugBar) == 'undefined') {

var clickHandler = function() {
var debugbar = widget.get('debugbar');
debugbar.showDataSet(meta['id']);
debugbar.showDataSet(meta.id, debugbar.datesetTitleFormater.format('', data, meta.suffix, meta.nb));
widget.$table.find('.' + csscls('active')).removeClass(csscls('active'));
tr.addClass(csscls('active'));

Expand Down

0 comments on commit b32d998

Please sign in to comment.