1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Fix label on dataset tab (#637)

This commit is contained in:
erikn69 2024-03-21 16:05:41 -05:00 committed by GitHub
parent 5c43aa2222
commit b32d9984de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'));